FloorPlanBenchv1.0
small-007 · Greedy · seed 4

small dwelling #7

re-validated: validon union Pareto front
Hall1.5×6.0 · 9.0Living3.0×5.0 · 15.0Kitchen2.5×3.0 · 7.5Bedroom 15.0×3.0 · 15.0Bath 12.5×3.0 · 7.59.5 m6.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.7890.211coverage 0.95, circulation 9.0 m²
Preferred adjacency0.0001.000
Circulation distanceheadline2.9370.131hall→living 2.4 m ×3; kitchen→living 3.1 m ×3; living→kitchen 3.1 m ×2; bed1→bath1 3.5 m ×2
Room compactness0.9730.027
Daylight proxyheadline1.0000.000hall 1.00, living 1.00, kitchen 1.00, bed1 1.00, bath1 1.00
Privacyheadline0.6250.375bed1 0.25, bath1 1.00
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline12,5060.341partitions 1553 + envelope 7533 + slab 3420 kgCO2e; partition length 23.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall8.0, 0.01.5 × 6.09.03.09.09.0
livingliving5.0, 0.03.0 × 5.015.015.028.03.0
kitchenkitchen2.5, 0.02.5 × 3.07.57.014.02.5
bed1bedroom0.0, 3.05.0 × 3.015.011.517.08.0
bath1bathroom0.0, 0.02.5 × 3.07.54.07.55.5

Doors & windows

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

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