FloorPlanBenchv1.0
small-002 · CP search · seed 7

small dwelling #2

re-validated: validon union Pareto front
Hall1.5×3.0 · 4.5Living7.0×4.0 · 28.0Bedroom 15.0×3.0 · 15.0Kitchen2.5×4.5 · 11.3Bath 12.5×2.5 · 6.39.5 m7.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.9100.090coverage 0.98, circulation 4.5 m²
Preferred adjacency0.0001.000
Circulation distanceheadline4.4930.190hall→living 4.5 m ×3; kitchen→living 4.8 m ×3; living→kitchen 4.8 m ×2; bed1→bath1 3.8 m ×2
Room compactness0.9430.057
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,5280.308partitions 1519 + envelope 8019 + slab 3990 kgCO2e; partition length 22.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall7.5, 0.01.5 × 3.04.53.09.01.5
livingliving2.5, 3.07.0 × 4.028.015.028.011.0
bed1bedroom2.5, 0.05.0 × 3.015.011.517.05.0
kitchenkitchen0.0, 2.52.5 × 4.511.37.014.07.0
bath1bathroom0.0, 0.02.5 × 2.56.34.07.55.0

Doors & windows

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

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