FloorPlanBenchv1.0
realistic-studio · SA · seed 3

Studio flat (1b1p, NDSS 39 m²)

re-validated: validon union Pareto front
Hall2.0×1.5 · 3.0Living4.5×3.5 · 15.8Kitchen3.0×2.5 · 7.5Bath 12.0×2.0 · 4.0Bedroom 13.5×2.5 · 8.86.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.9230.077coverage 1.00, circulation 3.0 m²
Preferred adjacency1.0000.000
Circulation distanceheadline3.4700.196hall→living 3.5 m ×3; kitchen→living 3.2 m ×3; bed1→bath1 4.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 proxyheadline9,3940.260partitions 979 + envelope 6075 + slab 2340 kgCO2e; partition length 14.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall0.0, 2.52.0 × 1.53.03.06.01.5
livingliving2.0, 2.54.5 × 3.515.814.020.08.0
kitchenkitchen3.5, 0.03.0 × 2.57.55.08.05.5
bath1bathroom0.0, 4.02.0 × 2.04.03.55.04.0
bed1bedroom0.0, 0.03.5 × 2.58.87.511.06.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": "realistic-studio",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 0,
    "y": 25,
    "w": 20,
    "h": 15
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 20,
    "y": 25,
    "w": 45,
    "h": 35
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 35,
    "y": 0,
    "w": 30,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 40,
    "w": 20,
    "h": 20
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 35,
    "h": 25
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 20,
   "y": 32.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 50,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 10,
   "y": 40,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 10,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 0,
   "y": 32.5,
   "width": 10,
   "vertical": true
  }
 ]
}