FloorPlanBenchv1.0
small-003 · SA · seed 1

small dwelling #3

re-validated: validon union Pareto front
Hall5.0×1.5 · 7.5Living5.0×3.0 · 15.0Kitchen5.0×2.5 · 12.5Bath 13.5×2.0 · 7.0Bedroom 13.5×3.5 · 12.38.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.7860.214coverage 0.91, circulation 7.5 m²
Preferred adjacency0.0001.000
Circulation distanceheadline2.6000.118hall→living 2.3 m ×3; kitchen→living 2.8 m ×3; living→kitchen 2.8 m ×2; bed1→bath1 2.8 m ×2
Room compactness0.9270.073
Daylight proxyheadline1.0000.000hall 1.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00
Privacyheadline0.6250.375bath1 1.00, bed1 0.25
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline12,9590.399partitions 1856 + envelope 7533 + slab 3570 kgCO2e; partition length 27.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall0.0, 0.05.0 × 1.57.53.09.06.5
livingliving0.0, 1.55.0 × 3.015.015.028.03.0
kitchenkitchen0.0, 4.55.0 × 2.512.57.014.07.5
bath1bathroom5.0, 0.53.5 × 2.07.04.07.52.0
bed1bedroom5.0, 2.53.5 × 3.512.311.517.03.5

Doors & windows

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