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

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

re-validated: validon union Pareto front
Hall1.5×5.0 · 7.5Living3.0×6.0 · 18.0Bedroom 14.0×3.0 · 12.0Bedroom 22.5×3.0 · 7.5Bath 12.5×2.0 · 5.0Dining2.5×3.5 · 8.8Kitchen2.5×3.5 · 8.8Store2.0×1.5 · 3.09.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.7800.220coverage 0.87, circulation 7.5 m²
Preferred adjacency0.0001.000
Circulation distanceheadline3.4950.137hall→living 2.3 m ×3; kitchen→dining 3.5 m ×3; living→kitchen 2.8 m ×2; bed1→bath1 4.5 m ×2; bed2→bath1 5.0 m ×2
Room compactness0.9750.025
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 proxyheadline16,3940.408partitions 2801 + envelope 8748 + slab 4845 kgCO2e; partition length 41.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall2.5, 3.51.5 × 5.07.54.08.01.5
livingliving4.0, 2.53.0 × 6.018.017.024.03.0
bed1bedroom0.0, 0.54.0 × 3.012.011.515.03.0
bed2bedroom0.0, 5.52.5 × 3.07.57.511.05.5
bath1bathroom0.0, 3.52.5 × 2.05.04.06.02.0
diningdining7.0, 0.02.5 × 3.58.88.012.06.0
kitchenkitchen7.0, 3.52.5 × 3.58.87.011.03.5
storagestorage7.5, 7.02.0 × 1.53.02.03.53.5

Doors & windows

8 doors (1 exterior), 8 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": 25,
    "y": 35,
    "w": 15,
    "h": 50
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 40,
    "y": 25,
    "w": 30,
    "h": 60
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 5,
    "w": 40,
    "h": 30
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 55,
    "w": 25,
    "h": 30
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 35,
    "w": 25,
    "h": 20
   }
  },
  {
   "id": "dining",
   "type": "dining",
   "rect": {
    "x": 70,
    "y": 0,
    "w": 25,
    "h": 35
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 70,
    "y": 35,
    "w": 25,
    "h": 35
   }
  },
  {
   "id": "storage",
   "type": "storage",
   "rect": {
    "x": 75,
    "y": 70,
    "w": 20,
    "h": 15
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 40,
   "y": 60,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_dining",
   "a": "kitchen",
   "b": "dining",
   "x": 82.5,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 32.5,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed2_hall",
   "a": "bed2",
   "b": "hall",
   "x": 25,
   "y": 70,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 25,
   "y": 45,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_living_kitchen",
   "a": "living",
   "b": "kitchen",
   "x": 70,
   "y": 52.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_storage",
   "a": "kitchen",
   "b": "storage",
   "x": 85,
   "y": 70,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 32.5,
   "y": 85,
   "width": 10,
   "vertical": false
  }
 ]
}