FloorPlanBenchv1.0
small-001 · Greedy · seed 2

small dwelling #1

re-validated: validon union Pareto front
Hall1.5×4.0 · 6.0Living4.0×4.5 · 18.0Bedroom 15.5×3.0 · 16.5Kitchen2.5×5.5 · 13.8Bath 12.5×2.0 · 5.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.8870.113coverage 0.99, circulation 6.0 m²
Preferred adjacency0.0001.000
Circulation distanceheadline3.3120.151hall→living 2.8 m ×3; kitchen→living 3.3 m ×3; living→kitchen 3.3 m ×2; bed1→bath1 4.0 m ×2
Room compactness0.9170.083
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 proxyheadline12,5840.310partitions 1451 + envelope 7533 + slab 3600 kgCO2e; partition length 21.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall6.5, 3.01.5 × 4.06.03.09.04.0
livingliving2.5, 3.04.0 × 4.518.015.028.04.0
bed1bedroom2.5, 0.05.5 × 3.016.511.517.08.5
kitchenkitchen0.0, 2.02.5 × 5.513.87.014.08.0
bath1bathroom0.0, 0.02.5 × 2.05.04.07.54.5

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