FloorPlanBenchv1.0
medium-006 · SA · seed 1

medium dwelling #6

re-validated: validon union Pareto front
Hall3.5×2.5 · 8.8Living4.5×4.0 · 18.0Kitchen3.0×3.0 · 9.0Bath 12.0×3.5 · 7.0Bedroom 13.5×3.5 · 12.3Bedroom 23.0×4.0 · 12.0Dining3.0×3.0 · 9.0Study2.5×2.5 · 6.3Bath 23.5×2.0 · 7.0Store2.5×1.0 · 2.511.0 m10.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.8810.119coverage 0.97, circulation 8.8 m²
Preferred adjacency0.2000.800
Circulation distanceheadline4.3330.146hall→living 3.3 m ×3; kitchen→dining 3.0 m ×3; living→kitchen 3.8 m ×2; bed1→bath1 2.8 m ×2; bed2→bath2 9.1 m ×2; study→kitchen 6.1 m ×1
Room compactness0.9400.060
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00, bed2 1.00, dining 1.00, study 1.00, bath2 1.00, storage 0.00
Privacyheadline1.0000.000bath1 1.00, bed1 1.00, bed2 1.00, study 1.00, bath2 1.00
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline18,7300.346partitions 2869 + envelope 10206 + slab 5655 kgCO2e; partition length 42.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall4.5, 0.03.5 × 2.58.83.09.03.5
livingliving3.5, 2.54.5 × 4.018.015.028.02.0
kitchenkitchen8.0, 3.03.0 × 3.09.07.014.03.0
bath1bathroom0.0, 6.52.0 × 3.57.04.07.55.5
bed1bedroom2.0, 6.53.5 × 3.512.311.517.03.5
bed2bedroom8.0, 6.03.0 × 4.012.08.612.87.0
diningdining8.0, 0.03.0 × 3.09.08.015.06.0
studystudy5.5, 7.52.5 × 2.56.36.011.02.5
bath2bathroom0.0, 4.53.5 × 2.07.04.07.55.5
storagestorage5.5, 6.52.5 × 1.02.52.04.50.0

Doors & windows

10 doors (1 exterior), 12 window segments. Doors are derived deterministically from the room rectangles by the shared door policy; see Methods.

Plan JSON
{
 "programId": "medium-006",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 45,
    "y": 0,
    "w": 35,
    "h": 25
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 35,
    "y": 25,
    "w": 45,
    "h": 40
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 80,
    "y": 30,
    "w": 30,
    "h": 30
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 65,
    "w": 20,
    "h": 35
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 20,
    "y": 65,
    "w": 35,
    "h": 35
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 80,
    "y": 60,
    "w": 30,
    "h": 40
   }
  },
  {
   "id": "dining",
   "type": "dining",
   "rect": {
    "x": 80,
    "y": 0,
    "w": 30,
    "h": 30
   }
  },
  {
   "id": "study",
   "type": "study",
   "rect": {
    "x": 55,
    "y": 75,
    "w": 25,
    "h": 25
   }
  },
  {
   "id": "bath2",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 45,
    "w": 35,
    "h": 20
   }
  },
  {
   "id": "storage",
   "type": "storage",
   "rect": {
    "x": 55,
    "y": 65,
    "w": 25,
    "h": 10
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 62.5,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_dining",
   "a": "kitchen",
   "b": "dining",
   "x": 95,
   "y": 30,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath2_bed1",
   "a": "bath2",
   "b": "bed1",
   "x": 27.5,
   "y": 65,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_living_kitchen",
   "a": "living",
   "b": "kitchen",
   "x": 80,
   "y": 45,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_living_storage",
   "a": "living",
   "b": "storage",
   "x": 67.5,
   "y": 65,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_study_storage",
   "a": "study",
   "b": "storage",
   "x": 67.5,
   "y": 75,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_study",
   "a": "bed1",
   "b": "study",
   "x": 55,
   "y": 87.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_bed1",
   "a": "bath1",
   "b": "bed1",
   "x": 20,
   "y": 82.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed2_study",
   "a": "bed2",
   "b": "study",
   "x": 80,
   "y": 87.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 62.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}