FloorPlanBenchv1.0
small-001 · CP search · seed 4

small dwelling #1

re-validated: validon union Pareto front
Hall5.0×1.5 · 7.5Living5.0×3.0 · 15.0Bedroom 13.0×4.0 · 12.0Kitchen4.5×2.5 · 11.3Bath 13.0×2.0 · 6.08.0 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.7380.262coverage 0.86, circulation 7.5 m²
Preferred adjacency0.0001.000
Circulation distanceheadline2.6600.121hall→living 2.3 m ×3; kitchen→living 2.8 m ×3; living→kitchen 2.8 m ×2; bed1→bath1 3.0 m ×2
Room compactness0.9630.037
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, bed1 1.00, kitchen 1.00, bath1 1.00
Privacyheadline0.6250.375bed1 0.50, bath1 0.75
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline13,3270.469partitions 2194 + envelope 7533 + slab 3600 kgCO2e; partition length 32.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall3.0, 0.55.0 × 1.57.53.09.01.5
livingliving3.0, 2.05.0 × 3.015.015.028.03.0
bed1bedroom0.0, 0.53.0 × 4.012.011.517.04.0
kitchenkitchen3.5, 5.04.5 × 2.511.37.014.07.0
bath1bathroom0.0, 4.53.0 × 2.06.04.07.52.0

Doors & windows

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

Plan JSON
{
 "programId": "small-001",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 30,
    "y": 5,
    "w": 50,
    "h": 15
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 30,
    "y": 20,
    "w": 50,
    "h": 30
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 5,
    "w": 30,
    "h": 40
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 35,
    "y": 50,
    "w": 45,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 45,
    "w": 30,
    "h": 20
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 55,
   "y": 20,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 57.5,
   "y": 50,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 30,
   "y": 12.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_bath1",
   "a": "bed1",
   "b": "bath1",
   "x": 15,
   "y": 45,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 80,
   "y": 12.5,
   "width": 10,
   "vertical": true
  }
 ]
}