FloorPlanBenchv1.0
small-003 · Greedy→SA · seed 1

small dwelling #3

re-validated: validon union Pareto front
Hall3.0×2.0 · 6.0Living5.5×4.0 · 22.0Kitchen4.5×3.0 · 13.5Bedroom 14.0×3.0 · 12.0Bath 13.0×2.0 · 6.08.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.8990.101coverage 1.00, circulation 6.0 m²
Preferred adjacency0.5000.500
Circulation distanceheadline3.6250.165hall→living 4.4 m ×3; kitchen→living 3.6 m ×3; living→kitchen 3.6 m ×2; bed1→bath1 2.6 m ×2
Room compactness1.0000.000
Daylight proxyheadline1.0000.000hall 1.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,3520.268partitions 1249 + envelope 7533 + slab 3570 kgCO2e; partition length 18.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall0.0, 0.03.0 × 2.06.03.09.05.0
livingliving3.0, 0.05.5 × 4.022.015.028.09.5
kitchenkitchen4.0, 4.04.5 × 3.013.57.014.07.5
bed1bedroom0.0, 4.04.0 × 3.012.011.517.07.0
bath1bathroom0.0, 2.03.0 × 2.06.04.07.52.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-003",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 30,
    "h": 20
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 30,
    "y": 0,
    "w": 55,
    "h": 40
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 40,
    "y": 40,
    "w": 45,
    "h": 30
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 40,
    "w": 40,
    "h": 30
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 20,
    "w": 30,
    "h": 20
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 30,
   "y": 10,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 62.5,
   "y": 40,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 15,
   "y": 20,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_bath1",
   "a": "bed1",
   "b": "bath1",
   "x": 15,
   "y": 40,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 15,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}