FloorPlanBenchv1.0
realistic-small-office · Greedy→SA · seed 7

Small office suite (~110 m²)

re-validated: validon union Pareto front
Reception3.5×3.5 · 12.3Corridor7.5×1.5 · 11.3Office 13.5×3.5 · 12.3Office 24.0×3.5 · 14.0Office 33.0×3.5 · 10.5Kitchen2.5×3.5 · 8.8WC 11.5×1.5 · 2.3WC 21.5×1.5 · 2.3Meeting4.5×3.5 · 15.8Store1.0×3.5 · 3.513.0 m8.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.6270.373coverage 0.84, circulation 23.5 m²
Preferred adjacency0.0001.000
Circulation distanceheadline7.5060.242reception→meeting 10.8 m ×3; office1→kitchen 5.9 m ×1; office2→kitchen 5.8 m ×1; office3→kitchen 6.3 m ×1; office1→meeting 11.1 m ×2; office2→meeting 4.3 m ×2; office1→wc1 3.9 m ×1; office2→wc2 5.1 m ×1
Room compactness0.9200.080
Daylight proxyheadline1.0000.000reception 1.00, corr1 0.00, office1 1.00, office2 1.00, office3 1.00, kitchen 1.00, wc1 0.00, wc2 0.00, meeting 1.00, storage 0.00
Privacyheadline0.7500.250wc1 0.75, wc2 0.75
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline20,3870.369partitions 3308 + envelope 10449 + slab 6630 kgCO2e; partition length 49.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
receptionreception9.5, 0.03.5 × 3.512.39.014.07.0
corr1corridor4.0, 3.57.5 × 1.511.36.014.00.0
office1office9.5, 5.03.5 × 3.512.310.014.07.0
office2office4.5, 0.04.0 × 3.514.010.014.04.0
office3office4.0, 5.03.0 × 3.510.58.012.03.0
kitchenkitchen7.0, 5.02.5 × 3.58.86.09.02.5
wc1wc11.5, 3.51.5 × 1.52.31.83.01.5
wc2wc2.5, 3.51.5 × 1.52.31.83.00.0
meetingmeeting0.0, 0.04.5 × 3.515.814.020.08.0
storagestorage8.5, 0.01.0 × 3.53.52.04.01.0

Doors & windows

10 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-small-office",
 "rooms": [
  {
   "id": "reception",
   "type": "reception",
   "rect": {
    "x": 95,
    "y": 0,
    "w": 35,
    "h": 35
   }
  },
  {
   "id": "corr1",
   "type": "corridor",
   "rect": {
    "x": 40,
    "y": 35,
    "w": 75,
    "h": 15
   }
  },
  {
   "id": "office1",
   "type": "office",
   "rect": {
    "x": 95,
    "y": 50,
    "w": 35,
    "h": 35
   }
  },
  {
   "id": "office2",
   "type": "office",
   "rect": {
    "x": 45,
    "y": 0,
    "w": 40,
    "h": 35
   }
  },
  {
   "id": "office3",
   "type": "office",
   "rect": {
    "x": 40,
    "y": 50,
    "w": 30,
    "h": 35
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 70,
    "y": 50,
    "w": 25,
    "h": 35
   }
  },
  {
   "id": "wc1",
   "type": "wc",
   "rect": {
    "x": 115,
    "y": 35,
    "w": 15,
    "h": 15
   }
  },
  {
   "id": "wc2",
   "type": "wc",
   "rect": {
    "x": 25,
    "y": 35,
    "w": 15,
    "h": 15
   }
  },
  {
   "id": "meeting",
   "type": "meeting",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 45,
    "h": 35
   }
  },
  {
   "id": "storage",
   "type": "storage",
   "rect": {
    "x": 85,
    "y": 0,
    "w": 10,
    "h": 35
   }
  }
 ],
 "doors": [
  {
   "id": "d_reception_corr1",
   "a": "reception",
   "b": "corr1",
   "x": 105,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_office1_corr1",
   "a": "office1",
   "b": "corr1",
   "x": 105,
   "y": 50,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_office2_corr1",
   "a": "office2",
   "b": "corr1",
   "x": 65,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_office3_corr1",
   "a": "office3",
   "b": "corr1",
   "x": 55,
   "y": 50,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_corr1",
   "a": "kitchen",
   "b": "corr1",
   "x": 82.5,
   "y": 50,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_wc1_corr1",
   "a": "wc1",
   "b": "corr1",
   "x": 115,
   "y": 42.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_wc2_corr1",
   "a": "wc2",
   "b": "corr1",
   "x": 40,
   "y": 42.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_reception_storage",
   "a": "reception",
   "b": "storage",
   "x": 95,
   "y": 17.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_office2_meeting",
   "a": "office2",
   "b": "meeting",
   "x": 45,
   "y": 17.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_reception",
   "a": "exterior",
   "b": "reception",
   "x": 130,
   "y": 17.5,
   "width": 10,
   "vertical": true
  }
 ]
}