FloorPlanBenchv1.0
small-005 · CP search · seed 6

small dwelling #5

re-validated: validon union Pareto front
Hall3.5×1.5 · 5.3Living6.0×3.0 · 18.0Kitchen3.5×2.5 · 8.8Bedroom 14.0×3.0 · 12.0Bath 12.0×2.0 · 4.08.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.6710.329coverage 0.75, circulation 5.3 m²
Preferred adjacency0.0001.000
Circulation distanceheadline2.5830.114hall→living 2.3 m ×3; kitchen→living 2.8 m ×3; living→kitchen 2.8 m ×2; bed1→bath1 2.6 m ×2
Room compactness0.9600.040
Daylight proxyheadline0.7140.286hall 0.00, living 1.00, kitchen 0.00, bed1 1.00, bath1 0.00
Privacyheadline0.6250.375bed1 0.25, bath1 1.00
Exterior exposure0.7890.211
Accessibility1.0000.000
Embodied-carbon proxyheadline13,8620.469partitions 2261 + envelope 7776 + slab 3825 kgCO2e; partition length 33.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall3.5, 0.03.5 × 1.55.33.09.03.5
livingliving2.5, 1.56.0 × 3.018.015.028.03.0
kitchenkitchen4.0, 4.53.5 × 2.58.87.014.00.0
bed1bedroom0.0, 4.54.0 × 3.012.011.517.07.0
bath1bathroom0.5, 2.52.0 × 2.04.04.07.50.0

Doors & windows

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

Plan JSON
{
 "programId": "small-005",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 35,
    "y": 0,
    "w": 35,
    "h": 15
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 25,
    "y": 15,
    "w": 60,
    "h": 30
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 40,
    "y": 45,
    "w": 35,
    "h": 25
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 45,
    "w": 40,
    "h": 30
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 5,
    "y": 25,
    "w": 20,
    "h": 20
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 52.5,
   "y": 15,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 57.5,
   "y": 45,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_living_bed1",
   "a": "living",
   "b": "bed1",
   "x": 32.5,
   "y": 45,
   "width": 9,
   "vertical": false
  },
  {
   "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": 52.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}