FloorPlanBenchv1.0
small-006 · SA · seed 7

small dwelling #6

re-validated: validon union Pareto front
Hall1.5×3.5 · 5.3Living4.0×4.0 · 16.0Kitchen4.5×3.0 · 13.5Bath 12.0×3.5 · 7.0Bedroom 14.5×3.5 · 15.8Bedroom 23.5×3.5 · 12.310.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.9210.079coverage 1.00, circulation 5.3 m²
Preferred adjacency0.0001.000
Circulation distanceheadline3.4990.143hall→living 2.8 m ×3; kitchen→living 3.5 m ×3; living→kitchen 3.5 m ×2; bed1→bath1 5.3 m ×2; bed2→bath1 2.8 m ×2
Room compactness0.9830.017
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00, bed2 1.00
Privacyheadline0.7500.250bath1 1.00, bed1 0.50, bed2 0.75
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline14,1500.305partitions 1688 + envelope 8262 + slab 4200 kgCO2e; partition length 25.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall4.0, 3.51.5 × 3.55.33.09.01.5
livingliving0.0, 3.04.0 × 4.016.015.028.08.0
kitchenkitchen0.0, 0.04.5 × 3.013.57.014.07.5
bath1bathroom4.5, 0.02.0 × 3.57.04.07.52.0
bed1bedroom5.5, 3.54.5 × 3.515.811.517.08.0
bed2bedroom6.5, 0.03.5 × 3.512.38.612.87.0

Doors & windows

6 doors (1 exterior), 9 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": 40,
    "y": 35,
    "w": 15,
    "h": 35
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 0,
    "y": 30,
    "w": 40,
    "h": 40
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 45,
    "h": 30
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 45,
    "y": 0,
    "w": 20,
    "h": 35
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 55,
    "y": 35,
    "w": 45,
    "h": 35
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 65,
    "y": 0,
    "w": 35,
    "h": 35
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 40,
   "y": 52.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 20,
   "y": 30,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 55,
   "y": 52.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_bed2",
   "a": "bed1",
   "b": "bed2",
   "x": 82.5,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath1_bed2",
   "a": "bath1",
   "b": "bed2",
   "x": 65,
   "y": 17.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 47.5,
   "y": 70,
   "width": 10,
   "vertical": false
  }
 ]
}