FloorPlanBenchv1.0
small-007 · Greedy→SA · seed 2

small dwelling #7

re-validated: validon union Pareto front
Hall2.5×1.5 · 3.8Living4.0×6.0 · 24.0Kitchen2.5×4.5 · 11.3Bedroom 13.0×4.0 · 12.0Bath 13.0×2.0 · 6.09.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 1.00, circulation 3.8 m²
Preferred adjacency0.5000.500
Circulation distanceheadline3.5710.159hall→living 4.3 m ×3; kitchen→living 3.4 m ×3; living→kitchen 3.4 m ×2; bed1→bath1 3.0 m ×2
Room compactness0.9760.024
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, kitchen 1.00, bed1 1.00, bath1 1.00
Privacyheadline0.6250.375bed1 0.75, bath1 0.50
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline12,1340.259partitions 1181 + envelope 7533 + slab 3420 kgCO2e; partition length 17.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall3.0, 0.02.5 × 1.53.83.09.02.5
livingliving5.5, 0.04.0 × 6.024.015.028.014.0
kitchenkitchen3.0, 1.52.5 × 4.511.37.014.02.5
bed1bedroom0.0, 2.03.0 × 4.012.011.517.07.0
bath1bathroom0.0, 0.03.0 × 2.06.04.07.55.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-007",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 30,
    "y": 0,
    "w": 25,
    "h": 15
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 55,
    "y": 0,
    "w": 40,
    "h": 60
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 30,
    "y": 15,
    "w": 25,
    "h": 45
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 20,
    "w": 30,
    "h": 40
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 30,
    "h": 20
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 55,
   "y": 7.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 55,
   "y": 37.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 30,
   "y": 7.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_bath1",
   "a": "bed1",
   "b": "bath1",
   "x": 15,
   "y": 20,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 42.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}