FloorPlanBenchv1.0
large-006 · Greedy→SA · seed 8

large office #6

re-validated: validon union Pareto front
Reception4.5×3.0 · 13.5Meeting3.0×5.0 · 15.0Corridor4.5×2.0 · 9.0Kitchen3.0×2.5 · 7.5Office 23.5×3.0 · 10.5Meeting3.5×3.5 · 12.3Office 12.5×4.5 · 11.3Office 33.0×4.5 · 13.5Bath 12.0×2.5 · 5.0Store1.0×3.5 · 3.5WC2.0×1.5 · 3.015.0 m8.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.7550.245coverage 0.96, circulation 22.5 m²
Preferred adjacency0.2500.750
Circulation distanceheadline6.2320.183reception→living 4.1 m ×3; kitchen→living 3.5 m ×3; living→kitchen 3.5 m ×2; office1→living 11.1 m ×2; office2→living 8.1 m ×2; office3→living 9.7 m ×2
Room compactness0.9100.090
Daylight proxyheadline1.0000.000reception 1.00, living 1.00, corr1 0.00, kitchen 1.00, office2 1.00, meeting 1.00, office1 1.00, office3 1.00, bath1 1.00, storage 1.00, wc 1.00
Privacyheadline1.0000.000bath1 1.00, wc 1.00
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline22,3220.345partitions 3206 + envelope 12636 + slab 6480 kgCO2e; partition length 47.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
receptionreception10.5, 0.04.5 × 3.013.58.016.07.5
livingmeeting7.5, 0.03.0 × 5.015.010.020.05.0
corr1corridor10.5, 3.04.5 × 2.09.03.012.02.0
kitchenkitchen4.5, 0.03.0 × 2.57.55.611.23.0
office2office11.5, 5.03.5 × 3.010.58.015.06.5
meetingmeeting1.0, 0.03.5 × 3.512.310.020.03.5
office1office0.0, 3.52.5 × 4.511.38.015.07.0
office3office2.5, 3.53.0 × 4.513.58.015.06.0
bath1bathroom5.5, 2.52.0 × 2.55.04.07.52.0
storagestorage0.0, 0.01.0 × 3.53.52.04.54.5
wcwc9.5, 5.02.0 × 1.53.01.53.01.5

Doors & windows

11 doors (1 exterior), 15 window segments. Doors are derived deterministically from the room rectangles by the shared door policy; see Methods.

Plan JSON
{
 "programId": "large-006",
 "rooms": [
  {
   "id": "reception",
   "type": "reception",
   "rect": {
    "x": 105,
    "y": 0,
    "w": 45,
    "h": 30
   }
  },
  {
   "id": "living",
   "type": "meeting",
   "rect": {
    "x": 75,
    "y": 0,
    "w": 30,
    "h": 50
   }
  },
  {
   "id": "corr1",
   "type": "corridor",
   "rect": {
    "x": 105,
    "y": 30,
    "w": 45,
    "h": 20
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 45,
    "y": 0,
    "w": 30,
    "h": 25
   }
  },
  {
   "id": "office2",
   "type": "office",
   "rect": {
    "x": 115,
    "y": 50,
    "w": 35,
    "h": 30
   }
  },
  {
   "id": "meeting",
   "type": "meeting",
   "rect": {
    "x": 10,
    "y": 0,
    "w": 35,
    "h": 35
   }
  },
  {
   "id": "office1",
   "type": "office",
   "rect": {
    "x": 0,
    "y": 35,
    "w": 25,
    "h": 45
   }
  },
  {
   "id": "office3",
   "type": "office",
   "rect": {
    "x": 25,
    "y": 35,
    "w": 30,
    "h": 45
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 55,
    "y": 25,
    "w": 20,
    "h": 25
   }
  },
  {
   "id": "storage",
   "type": "storage",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 10,
    "h": 35
   }
  },
  {
   "id": "wc",
   "type": "wc",
   "rect": {
    "x": 95,
    "y": 50,
    "w": 20,
    "h": 15
   }
  }
 ],
 "doors": [
  {
   "id": "d_reception_living",
   "a": "reception",
   "b": "living",
   "x": 105,
   "y": 15,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 75,
   "y": 12.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_reception_corr1",
   "a": "reception",
   "b": "corr1",
   "x": 127.5,
   "y": 30,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_office2_corr1",
   "a": "office2",
   "b": "corr1",
   "x": 132.5,
   "y": 50,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_meeting",
   "a": "kitchen",
   "b": "meeting",
   "x": 45,
   "y": 12.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_meeting_storage",
   "a": "meeting",
   "b": "storage",
   "x": 10,
   "y": 17.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_meeting_office3",
   "a": "meeting",
   "b": "office3",
   "x": 35,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_office1_office3",
   "a": "office1",
   "b": "office3",
   "x": 25,
   "y": 57.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_office2_wc",
   "a": "office2",
   "b": "wc",
   "x": 115,
   "y": 57.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_office3_bath1",
   "a": "office3",
   "b": "bath1",
   "x": 55,
   "y": 42.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_reception",
   "a": "exterior",
   "b": "reception",
   "x": 127.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}