FloorPlanBenchv1.0
small-002 · SA · seed 3

small dwelling #2

re-validated: validon union Pareto front
Hall2.0×2.5 · 5.0Living6.0×4.5 · 27.0Kitchen4.5×2.5 · 11.3Bath 13.5×2.0 · 7.0Bedroom 13.0×5.0 · 15.09.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.9060.094coverage 0.98, circulation 5.0 m²
Preferred adjacency0.0001.000
Circulation distanceheadline3.8540.163hall→living 4.5 m ×3; kitchen→living 3.6 m ×3; living→kitchen 3.6 m ×2; bed1→bath1 3.5 m ×2
Room compactness0.9430.057
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,4940.302partitions 1485 + envelope 8019 + slab 3990 kgCO2e; partition length 22.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall3.0, 0.02.0 × 2.55.03.09.02.0
livingliving3.5, 2.56.0 × 4.527.015.028.010.5
kitchenkitchen5.0, 0.04.5 × 2.511.37.014.07.0
bath1bathroom0.0, 5.03.5 × 2.07.04.07.55.5
bed1bedroom0.0, 0.03.0 × 5.015.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-002",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 30,
    "y": 0,
    "w": 20,
    "h": 25
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 35,
    "y": 25,
    "w": 60,
    "h": 45
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 50,
    "y": 0,
    "w": 45,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 50,
    "w": 35,
    "h": 20
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 30,
    "h": 50
   }
  }
 ],
 "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": 72.5,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 30,
   "y": 12.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_bed1",
   "a": "bath1",
   "b": "bed1",
   "x": 15,
   "y": 50,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 40,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}