FloorPlanBenchv1.0
small-002 · SA · seed 2

small dwelling #2

re-validated: validon union Pareto front
Hall1.5×4.5 · 6.8Living4.5×4.5 · 20.3Kitchen5.0×2.5 · 12.5Bath 13.0×2.5 · 7.5Bedroom 13.5×4.5 · 15.89.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.8420.158coverage 0.94, circulation 6.8 m²
Preferred adjacency0.0001.000
Circulation distanceheadline3.3650.143hall→living 3.0 m ×3; kitchen→living 3.5 m ×3; living→kitchen 3.5 m ×2; bed1→bath1 3.5 m ×2
Room compactness0.9600.040
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 proxyheadline13,5950.322partitions 1586 + envelope 8019 + slab 3990 kgCO2e; partition length 23.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall4.5, 2.51.5 × 4.56.83.09.01.5
livingliving0.0, 2.54.5 × 4.520.315.028.09.0
kitchenkitchen0.0, 0.05.0 × 2.512.57.014.07.5
bath1bathroom6.5, 0.03.0 × 2.57.54.07.55.5
bed1bedroom6.0, 2.53.5 × 4.515.811.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-002",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 45,
    "y": 25,
    "w": 15,
    "h": 45
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 0,
    "y": 25,
    "w": 45,
    "h": 45
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 50,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 65,
    "y": 0,
    "w": 30,
    "h": 25
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 60,
    "y": 25,
    "w": 35,
    "h": 45
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 45,
   "y": 47.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 22.5,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 60,
   "y": 47.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_bed1",
   "a": "bath1",
   "b": "bed1",
   "x": 80,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 52.5,
   "y": 70,
   "width": 10,
   "vertical": false
  }
 ]
}