FloorPlanBenchv1.0
medium-004 · Greedy→SA · seed 10

medium dwelling #4

re-validated: validon union Pareto front
Hall1.5×4.5 · 6.8Living3.5×4.5 · 15.8Bedroom 14.0×3.0 · 12.0Bedroom 23.0×3.0 · 9.0Dining2.5×5.0 · 12.5Kitchen4.5×2.5 · 11.3Bath 12.0×2.0 · 4.09.5 m7.5 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.9050.095coverage 1.00, circulation 6.8 m²
Preferred adjacency0.2500.750
Circulation distanceheadline3.7080.153hall→living 2.5 m ×3; kitchen→dining 4.1 m ×3; living→kitchen 4.3 m ×2; bed1→bath1 5.5 m ×2; bed2→bath1 2.6 m ×2
Room compactness0.9540.046
Daylight proxyheadline0.9560.044hall 1.00, living 1.00, bed1 1.00, bed2 1.00, dining 1.00, kitchen 1.00, bath1 0.00
Privacyheadline0.7500.250bed1 0.50, bed2 0.75, bath1 1.00
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline14,4610.319partitions 1924 + envelope 8262 + slab 4275 kgCO2e; partition length 28.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall8.0, 3.01.5 × 4.56.83.09.06.0
livingliving4.5, 3.03.5 × 4.515.815.028.03.5
bed1bedroom5.5, 0.04.0 × 3.012.011.517.07.0
bed2bedroom2.5, 0.03.0 × 3.09.08.612.83.0
diningdining0.0, 0.02.5 × 5.012.58.015.07.5
kitchenkitchen0.0, 5.04.5 × 2.511.37.014.07.0
bath1bathroom2.5, 3.02.0 × 2.04.04.07.50.0

Doors & windows

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

Plan JSON
{
 "programId": "medium-004",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 80,
    "y": 30,
    "w": 15,
    "h": 45
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 45,
    "y": 30,
    "w": 35,
    "h": 45
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 55,
    "y": 0,
    "w": 40,
    "h": 30
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 25,
    "y": 0,
    "w": 30,
    "h": 30
   }
  },
  {
   "id": "dining",
   "type": "dining",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 25,
    "h": 50
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 0,
    "y": 50,
    "w": 45,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 25,
    "y": 30,
    "w": 20,
    "h": 20
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 80,
   "y": 52.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_dining",
   "a": "kitchen",
   "b": "dining",
   "x": 12.5,
   "y": 50,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 87.5,
   "y": 30,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_living_kitchen",
   "a": "living",
   "b": "kitchen",
   "x": 45,
   "y": 62.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_bed2",
   "a": "bed1",
   "b": "bed2",
   "x": 55,
   "y": 15,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed2_bath1",
   "a": "bed2",
   "b": "bath1",
   "x": 35,
   "y": 30,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 95,
   "y": 52.5,
   "width": 10,
   "vertical": true
  }
 ]
}