FloorPlanBenchv1.0
realistic-2bed · Greedy→SA · seed 9

Two-bedroom flat (2b4p, NDSS 79 m²)

re-validated: validon union Pareto front
Hall1.5×5.0 · 7.5Living4.5×5.0 · 22.5Bedroom 14.0×3.5 · 14.0Bedroom 22.5×3.0 · 7.5Bath 12.5×2.0 · 5.0Dining3.0×3.5 · 10.5Kitchen2.5×3.5 · 8.8Store1.0×3.5 · 3.59.5 m8.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.8890.111coverage 0.98, circulation 7.5 m²
Preferred adjacency0.5000.500
Circulation distanceheadline4.0730.160hall→living 3.0 m ×3; kitchen→dining 2.8 m ×3; living→kitchen 6.2 m ×2; bed1→bath1 4.7 m ×2; bed2→bath1 5.0 m ×2
Room compactness0.9000.100
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, bed1 1.00, bed2 1.00, bath1 1.00, dining 1.00, kitchen 1.00, storage 0.00
Privacyheadline0.5000.500bed1 0.50, bed2 0.50, bath1 0.50
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline15,9560.344partitions 2363 + envelope 8748 + slab 4845 kgCO2e; partition length 35.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall5.5, 3.51.5 × 5.07.54.08.01.5
livingliving1.0, 3.54.5 × 5.022.517.024.04.5
bed1bedroom5.5, 0.04.0 × 3.514.011.515.07.5
bed2bedroom7.0, 5.52.5 × 3.07.57.511.05.5
bath1bathroom7.0, 3.52.5 × 2.05.04.06.02.0
diningdining2.5, 0.03.0 × 3.510.58.012.03.0
kitchenkitchen0.0, 0.02.5 × 3.58.87.011.06.0
storagestorage0.0, 5.01.0 × 3.53.52.03.54.5

Doors & windows

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

Plan JSON
{
 "programId": "realistic-2bed",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 55,
    "y": 35,
    "w": 15,
    "h": 50
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 10,
    "y": 35,
    "w": 45,
    "h": 50
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 55,
    "y": 0,
    "w": 40,
    "h": 35
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 70,
    "y": 55,
    "w": 25,
    "h": 30
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 70,
    "y": 35,
    "w": 25,
    "h": 20
   }
  },
  {
   "id": "dining",
   "type": "dining",
   "rect": {
    "x": 25,
    "y": 0,
    "w": 30,
    "h": 35
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 25,
    "h": 35
   }
  },
  {
   "id": "storage",
   "type": "storage",
   "rect": {
    "x": 0,
    "y": 50,
    "w": 10,
    "h": 35
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 55,
   "y": 60,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_dining",
   "a": "kitchen",
   "b": "dining",
   "x": 25,
   "y": 17.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 62.5,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed2_hall",
   "a": "bed2",
   "b": "hall",
   "x": 70,
   "y": 70,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 70,
   "y": 45,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_dining_living",
   "a": "dining",
   "b": "living",
   "x": 40,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_living_storage",
   "a": "living",
   "b": "storage",
   "x": 10,
   "y": 67.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 62.5,
   "y": 85,
   "width": 10,
   "vertical": false
  }
 ]
}