FloorPlanBenchv1.0
small-008 · SA · seed 5

small dwelling #8

re-validated: validon union Pareto front
Hall1.5×2.5 · 3.8Living5.5×3.0 · 16.5Kitchen4.0×2.5 · 10.0Bath 13.5×2.0 · 7.0Bedroom 13.5×3.5 · 12.39.0 m5.5 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.9240.076coverage 1.00, circulation 3.8 m²
Preferred adjacency0.0001.000
Circulation distanceheadline3.1390.149hall→living 3.8 m ×3; kitchen→living 2.9 m ×3; living→kitchen 2.9 m ×2; bed1→bath1 2.8 m ×2
Room compactness0.9450.055
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00
Privacyheadline0.6250.375bath1 0.75, bed1 0.50
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline11,1650.270partitions 1148 + envelope 7047 + slab 2970 kgCO2e; partition length 17.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall3.5, 0.01.5 × 2.53.83.09.01.5
livingliving3.5, 2.55.5 × 3.016.515.028.08.5
kitchenkitchen5.0, 0.04.0 × 2.510.07.014.06.5
bath1bathroom0.0, 3.53.5 × 2.07.04.07.55.5
bed1bedroom0.0, 0.03.5 × 3.512.311.517.07.0

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-008",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 35,
    "y": 0,
    "w": 15,
    "h": 25
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 35,
    "y": 25,
    "w": 55,
    "h": 30
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 50,
    "y": 0,
    "w": 40,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 35,
    "w": 35,
    "h": 20
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 35,
    "h": 35
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 42.5,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 70,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 35,
   "y": 12.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_bed1",
   "a": "bath1",
   "b": "bed1",
   "x": 17.5,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 42.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}