FloorPlanBenchv1.0
small-007 · SA · seed 8

small dwelling #7

re-validated: validon union Pareto front
Hall1.5×2.0 · 3.0Living6.0×3.5 · 21.0Kitchen5.5×2.5 · 13.8Bath 12.5×2.5 · 6.3Bedroom 13.5×3.5 · 12.39.5 m6.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.9340.066coverage 0.99, circulation 3.0 m²
Preferred adjacency0.0001.000
Circulation distanceheadline3.3940.151hall→living 3.9 m ×3; kitchen→living 3.3 m ×3; living→kitchen 3.3 m ×2; bed1→bath1 3.1 m ×2
Room compactness0.9270.073
Daylight proxyheadline1.0000.000hall 0.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,2690.289partitions 1316 + envelope 7533 + slab 3420 kgCO2e; partition length 19.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall0.0, 0.51.5 × 2.03.03.09.02.0
livingliving0.0, 2.56.0 × 3.521.015.028.09.5
kitchenkitchen1.5, 0.05.5 × 2.513.87.014.05.5
bath1bathroom7.0, 0.02.5 × 2.56.34.07.55.0
bed1bedroom6.0, 2.53.5 × 3.512.311.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-007",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 0,
    "y": 5,
    "w": 15,
    "h": 20
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 0,
    "y": 25,
    "w": 60,
    "h": 35
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 15,
    "y": 0,
    "w": 55,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 70,
    "y": 0,
    "w": 25,
    "h": 25
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 60,
    "y": 25,
    "w": 35,
    "h": 35
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 7.5,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 37.5,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_living_bed1",
   "a": "living",
   "b": "bed1",
   "x": 60,
   "y": 42.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_bed1",
   "a": "bath1",
   "b": "bed1",
   "x": 82.5,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 0,
   "y": 15,
   "width": 10,
   "vertical": true
  }
 ]
}