FloorPlanBenchv1.0
realistic-studio · CP search · seed 1

Studio flat (1b1p, NDSS 39 m²)

re-validated: validon union Pareto front
Hall1.5×2.5 · 3.8Living4.0×3.5 · 14.0Kitchen2.5×2.5 · 6.3Bedroom 12.5×4.0 · 10.0Bath 12.5×2.0 · 5.06.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.9040.096coverage 1.00, circulation 3.8 m²
Preferred adjacency0.0001.000
Circulation distanceheadline3.2080.181hall→living 3.4 m ×3; kitchen→living 3.2 m ×3; bed1→bath1 3.0 m ×2
Room compactness0.9920.008
Daylight proxyheadline1.0000.000hall 1.00, living 1.00, kitchen 1.00, bed1 1.00, bath1 1.00
Privacyheadline0.7500.250bed1 0.50, bath1 1.00
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline9,4280.269partitions 1013 + envelope 6075 + slab 2340 kgCO2e; partition length 15.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall5.0, 3.51.5 × 2.53.83.06.04.0
livingliving2.5, 0.04.0 × 3.514.014.020.07.5
kitchenkitchen2.5, 3.52.5 × 2.56.35.08.02.5
bed1bedroom0.0, 2.02.5 × 4.010.07.511.06.5
bath1bathroom0.0, 0.02.5 × 2.05.03.55.04.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": "realistic-studio",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 50,
    "y": 35,
    "w": 15,
    "h": 25
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 25,
    "y": 0,
    "w": 40,
    "h": 35
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 25,
    "y": 35,
    "w": 25,
    "h": 25
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 20,
    "w": 25,
    "h": 40
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 25,
    "h": 20
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 57.5,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 37.5,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_bed1",
   "a": "kitchen",
   "b": "bed1",
   "x": 25,
   "y": 47.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_bath1",
   "a": "bed1",
   "b": "bath1",
   "x": 12.5,
   "y": 20,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 65,
   "y": 47.5,
   "width": 10,
   "vertical": true
  }
 ]
}