FloorPlanBenchv1.0
small-004 · SA · seed 9

small dwelling #4

re-validated: validon union Pareto front
Hall1.5×2.0 · 3.0Living5.0×5.0 · 25.0Kitchen4.0×3.0 · 12.0Bath 13.5×2.0 · 7.0Bedroom 14.0×4.0 · 16.09.0 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.9520.048coverage 1.00, circulation 3.0 m²
Preferred adjacency0.5000.500
Circulation distanceheadline4.3590.191hall→living 4.1 m ×3; kitchen→living 4.7 m ×3; living→kitchen 4.7 m ×2; bed1→bath1 4.0 m ×2
Room compactness0.9800.020
Daylight proxyheadline1.0000.000hall 1.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00
Privacyheadline0.6250.375bath1 0.50, bed1 0.75
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline12,7710.254partitions 1215 + envelope 7776 + slab 3780 kgCO2e; partition length 18.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall7.5, 5.01.5 × 2.03.03.09.03.5
livingliving4.0, 0.05.0 × 5.025.015.028.010.0
kitchenkitchen0.0, 0.04.0 × 3.012.07.014.07.0
bath1bathroom4.0, 5.03.5 × 2.07.04.07.53.5
bed1bedroom0.0, 3.04.0 × 4.016.011.517.08.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-004",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 75,
    "y": 50,
    "w": 15,
    "h": 20
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 40,
    "y": 0,
    "w": 50,
    "h": 50
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 40,
    "h": 30
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 40,
    "y": 50,
    "w": 35,
    "h": 20
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 30,
    "w": 40,
    "h": 40
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 82.5,
   "y": 50,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 40,
   "y": 15,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 75,
   "y": 60,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_bed1",
   "a": "bath1",
   "b": "bed1",
   "x": 40,
   "y": 60,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 90,
   "y": 60,
   "width": 10,
   "vertical": true
  }
 ]
}