FloorPlanBenchv1.0
small-001 · SA · seed 10

small dwelling #1

re-validated: validon union Pareto front
Hall1.5×2.0 · 3.0Living4.0×5.5 · 22.0Kitchen4.0×3.5 · 14.0Bath 12.5×2.0 · 5.0Bedroom 14.0×4.0 · 16.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.9500.050coverage 1.00, circulation 3.0 m²
Preferred adjacency1.0000.000
Circulation distanceheadline4.3210.197hall→living 4.0 m ×3; kitchen→living 4.2 m ×3; living→kitchen 4.2 m ×2; bed1→bath1 5.0 m ×2
Room compactness1.0000.000
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00
Privacyheadline0.5000.500bath1 0.50, bed1 0.50
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline12,3140.253partitions 1181 + envelope 7533 + slab 3600 kgCO2e; partition length 17.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall2.5, 5.51.5 × 2.03.03.09.01.5
livingliving0.0, 0.04.0 × 5.522.015.028.09.5
kitchenkitchen4.0, 0.04.0 × 3.514.07.014.07.5
bath1bathroom0.0, 5.52.5 × 2.05.04.07.54.5
bed1bedroom4.0, 3.54.0 × 4.016.011.517.08.0

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-001",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 25,
    "y": 55,
    "w": 15,
    "h": 20
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 40,
    "h": 55
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 40,
    "y": 0,
    "w": 40,
    "h": 35
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 55,
    "w": 25,
    "h": 20
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 40,
    "y": 35,
    "w": 40,
    "h": 40
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 32.5,
   "y": 55,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 40,
   "y": 17.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 40,
   "y": 65,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 25,
   "y": 65,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 32.5,
   "y": 75,
   "width": 10,
   "vertical": false
  }
 ]
}