FloorPlanBenchv1.0
small-002 · Greedy · seed 5

small dwelling #2

re-validated: validon union Pareto front
Hall6.0×1.5 · 9.0Living6.5×3.0 · 19.5Bedroom 13.0×4.5 · 13.5Kitchen5.5×2.5 · 13.8Bath 13.0×2.5 · 7.59.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.8160.184coverage 0.95, circulation 9.0 m²
Preferred adjacency0.0001.000
Circulation distanceheadline2.7640.117hall→living 2.3 m ×3; kitchen→living 2.8 m ×3; living→kitchen 2.8 m ×2; bed1→bath1 3.5 m ×2
Room compactness0.8910.109
Daylight proxyheadline0.9730.027hall 0.00, living 0.92, bed1 1.00, kitchen 1.00, bath1 1.00
Privacyheadline0.6250.375bed1 0.50, bath1 0.75
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline14,0000.404partitions 1991 + envelope 8019 + slab 3990 kgCO2e; partition length 29.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall0.5, 5.56.0 × 1.59.03.09.06.0
livingliving0.0, 2.56.5 × 3.019.515.028.03.0
bed1bedroom6.5, 2.53.0 × 4.513.511.517.07.5
kitchenkitchen0.5, 0.05.5 × 2.513.87.014.05.5
bath1bathroom6.0, 0.03.0 × 2.57.54.07.53.0

Doors & windows

5 doors (1 exterior), 5 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": 5,
    "y": 55,
    "w": 60,
    "h": 15
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 0,
    "y": 25,
    "w": 65,
    "h": 30
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 65,
    "y": 25,
    "w": 30,
    "h": 45
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 5,
    "y": 0,
    "w": 55,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 60,
    "y": 0,
    "w": 30,
    "h": 25
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 35,
   "y": 55,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 32.5,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 65,
   "y": 62.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_bath1",
   "a": "bed1",
   "b": "bath1",
   "x": 77.5,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 35,
   "y": 70,
   "width": 10,
   "vertical": false
  }
 ]
}