FloorPlanBenchv1.0
small-003 · Greedy→SA · seed 1

small dwelling #3

re-validated: validon union Pareto front
Hall2.5×1.5 · 3.8Living3.0×7.0 · 21.0Kitchen2.5×5.5 · 13.8Bedroom 13.0×4.5 · 13.5Bath 13.0×2.5 · 7.58.5 m7.0 m
windowentrance doordoor swinghatched = constraint violation · darker tint = un-daylit floor area
solid red lines = required adjacency, dashed blue = preferred; green = door-graph circulation edges.
ObjectiveDir.RawNormalised (0 = best)Note
Area efficiencyheadline0.9370.063coverage 1.00, circulation 3.8 m²
Preferred adjacency0.5000.500
Circulation distanceheadline3.4780.158hall→living 4.4 m ×3; kitchen→living 2.9 m ×3; living→kitchen 2.9 m ×2; bed1→bath1 3.5 m ×2
Room compactness0.8770.123
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, kitchen 1.00, bed1 1.00, bath1 1.00
Privacyheadline0.6250.375bed1 0.75, bath1 0.50
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline12,4190.283partitions 1316 + envelope 7533 + slab 3570 kgCO2e; partition length 19.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall3.0, 0.02.5 × 1.53.83.09.02.5
livingliving5.5, 0.03.0 × 7.021.015.028.013.0
kitchenkitchen3.0, 1.52.5 × 5.513.87.014.02.5
bed1bedroom0.0, 2.53.0 × 4.513.511.517.07.5
bath1bathroom0.0, 0.03.0 × 2.57.54.07.55.5

Doors & windows

5 doors (1 exterior), 8 window segments. Doors are derived deterministically from the room rectangles by the shared door policy; see Methods.

Plan JSON
{
 "programId": "small-003",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 30,
    "y": 0,
    "w": 25,
    "h": 15
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 55,
    "y": 0,
    "w": 30,
    "h": 70
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 30,
    "y": 15,
    "w": 25,
    "h": 55
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 25,
    "w": 30,
    "h": 45
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 30,
    "h": 25
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 55,
   "y": 7.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 55,
   "y": 42.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 30,
   "y": 7.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_bath1",
   "a": "bed1",
   "b": "bath1",
   "x": 15,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 42.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}