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

small dwelling #6

re-validated: validon union Pareto front
Hall6.0×1.5 · 9.0Living5.0×3.0 · 15.0Bedroom 14.0×3.5 · 14.0Kitchen5.0×2.5 · 12.5Bedroom 23.0×3.5 · 10.5Bath 12.0×2.5 · 5.010.0 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.8140.186coverage 0.94, circulation 9.0 m²
Preferred adjacency0.0001.000
Circulation distanceheadline2.7210.111hall→living 2.4 m ×3; kitchen→living 2.8 m ×3; living→kitchen 2.8 m ×2; bed1→bath1 3.3 m ×2; bed2→bath1 2.6 m ×2
Room compactness0.9560.044
Daylight proxyheadline1.0000.000hall 1.00, living 1.00, bed1 1.00, kitchen 1.00, bed2 1.00, bath1 1.00
Privacyheadline0.7500.250bed1 0.50, bed2 1.00, bath1 0.75
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline14,5210.372partitions 2059 + envelope 8262 + slab 4200 kgCO2e; partition length 30.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall0.0, 0.06.0 × 1.59.03.09.07.5
livingliving0.0, 1.55.0 × 3.015.015.028.03.0
bed1bedroom6.0, 0.04.0 × 3.514.011.517.07.5
kitchenkitchen0.0, 4.55.0 × 2.512.57.014.07.5
bed2bedroom5.0, 3.53.0 × 3.510.58.612.83.0
bath1bathroom8.0, 3.52.0 × 2.55.04.07.52.5

Doors & windows

6 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-006",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 60,
    "h": 15
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 0,
    "y": 15,
    "w": 50,
    "h": 30
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 60,
    "y": 0,
    "w": 40,
    "h": 35
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 0,
    "y": 45,
    "w": 50,
    "h": 25
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 50,
    "y": 35,
    "w": 30,
    "h": 35
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 80,
    "y": 35,
    "w": 20,
    "h": 25
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 25,
   "y": 15,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 25,
   "y": 45,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 60,
   "y": 7.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_bath1",
   "a": "bed1",
   "b": "bath1",
   "x": 90,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed2_bath1",
   "a": "bed2",
   "b": "bath1",
   "x": 80,
   "y": 47.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 30,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}