FloorPlanBenchv1.0
small-006 · SA · seed 6

small dwelling #6

re-validated: validon union Pareto front
Hall3.0×1.5 · 4.5Living7.0×3.5 · 24.5Kitchen2.5×3.5 · 8.8Bath 13.0×2.0 · 6.0Bedroom 14.0×3.5 · 14.0Bedroom 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.9360.064coverage 1.00, circulation 4.5 m²
Preferred adjacency0.5000.500
Circulation distanceheadline5.1390.210hall→living 5.1 m ×3; kitchen→living 4.6 m ×3; living→kitchen 4.6 m ×2; bed1→bath1 4.3 m ×2; bed2→bath1 7.3 m ×2
Room compactness0.9670.033
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00, bed2 1.00
Privacyheadline0.5830.417bath1 0.50, bed1 0.50, bed2 0.75
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline14,0480.287partitions 1586 + envelope 8262 + slab 4200 kgCO2e; partition length 23.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall7.0, 2.03.0 × 1.54.53.09.01.5
livingliving0.0, 0.07.0 × 3.524.515.028.010.5
kitchenkitchen0.0, 3.52.5 × 3.58.87.014.06.0
bath1bathroom7.0, 0.03.0 × 2.06.04.07.55.0
bed1bedroom6.0, 3.54.0 × 3.514.011.517.07.5
bed2bedroom2.5, 3.53.5 × 3.512.38.612.83.5

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": 70,
    "y": 20,
    "w": 30,
    "h": 15
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 70,
    "h": 35
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 0,
    "y": 35,
    "w": 25,
    "h": 35
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 70,
    "y": 0,
    "w": 30,
    "h": 20
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 60,
    "y": 35,
    "w": 40,
    "h": 35
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 25,
    "y": 35,
    "w": 35,
    "h": 35
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 70,
   "y": 27.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 12.5,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 85,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 85,
   "y": 20,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_bed2",
   "a": "bed1",
   "b": "bed2",
   "x": 60,
   "y": 52.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 100,
   "y": 27.5,
   "width": 10,
   "vertical": true
  }
 ]
}