FloorPlanBenchv1.0
small-008 · SA · seed 9

small dwelling #8

re-validated: validon union Pareto front
Hall1.5×2.5 · 3.8Living5.0×3.0 · 15.0Kitchen5.0×2.5 · 12.5Bath 12.0×2.0 · 4.0Bedroom 14.0×3.0 · 12.09.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.8790.121coverage 0.95, circulation 3.8 m²
Preferred adjacency0.0001.000
Circulation distanceheadline2.9140.138hall→living 3.3 m ×3; kitchen→living 2.8 m ×3; living→kitchen 2.8 m ×2; bed1→bath1 2.8 m ×2
Room compactness0.9470.053
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,4350.334partitions 1418 + envelope 7047 + slab 2970 kgCO2e; partition length 21.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall5.0, 3.01.5 × 2.53.83.09.01.5
livingliving0.0, 2.55.0 × 3.015.015.028.08.0
kitchenkitchen0.0, 0.05.0 × 2.512.57.014.07.5
bath1bathroom7.0, 3.02.0 × 2.04.04.07.52.0
bed1bedroom5.0, 0.04.0 × 3.012.011.517.07.0

Doors & windows

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