← realistic-small-office · SA · seed 7
Small office suite (~110 m²)
re-validated: validon union Pareto front
windowentrance doordoor swinghatched = constraint violation · darker tint = un-daylit floor area
solid red lines = required adjacency, dashed blue = preferred; green = door-graph circulation edges.
| Objective | Dir. | Raw | Normalised (0 = best) | Note |
|---|---|---|---|---|
| Area efficiencyheadline | ↑ | 0.622 | 0.378 | coverage 0.83, circulation 22.8 m² |
| Preferred adjacency | ↑ | 0.333 | 0.667 | |
| Circulation distanceheadline | ↓ | 6.581 | 0.212 | reception→meeting 5.3 m ×3; office1→kitchen 6.4 m ×1; office2→kitchen 5.0 m ×1; office3→kitchen 5.6 m ×1; office1→meeting 9.9 m ×2; office2→meeting 7.1 m ×2; office1→wc1 5.1 m ×1; office2→wc2 6.8 m ×1 |
| Room compactness | ↑ | 0.984 | 0.016 | |
| Daylight proxyheadline | ↑ | 1.000 | 0.000 | reception 1.00, corr1 0.00, meeting 1.00, office1 1.00, office2 1.00, office3 1.00, kitchen 1.00, wc1 0.00, wc2 0.00, storage 0.00 |
| Privacyheadline | ↑ | 0.750 | 0.250 | wc1 0.75, wc2 0.75 |
| Exterior exposure | ↑ | 1.000 | 0.000 | |
| Accessibility | ↑ | 1.000 | 0.000 | |
| Embodied-carbon proxyheadline | ↓ | 20,488 | 0.380 | partitions 3409 + envelope 10449 + slab 6630 kgCO2e; partition length 50.5 m |
Rooms
| Room | Type | x, y (m) | w × h (m) | Area (m²) | Spec (m²) | Exterior wall (m) |
|---|---|---|---|---|---|---|
| reception | reception | 9.0, 6.0 | 4.0 × 2.5 | 10.0 | 9.0–14.0 | 6.5 |
| corr1 | corridor | 3.0, 4.5 | 8.5 × 1.5 | 12.8 | 6.0–14.0 | 0.0 |
| meeting | meeting | 9.0, 0.0 | 4.0 × 4.5 | 18.0 | 14.0–20.0 | 8.5 |
| office1 | office | 3.5, 0.0 | 3.0 × 4.5 | 13.5 | 10.0–14.0 | 3.0 |
| office2 | office | 6.5, 0.0 | 2.5 × 4.5 | 11.3 | 10.0–14.0 | 2.5 |
| office3 | office | 2.0, 6.0 | 4.0 × 2.5 | 10.0 | 8.0–12.0 | 4.0 |
| kitchen | kitchen | 6.0, 6.0 | 3.0 × 2.5 | 7.5 | 6.0–9.0 | 3.0 |
| wc1 | wc | 1.5, 4.5 | 1.5 × 1.5 | 2.3 | 1.8–3.0 | 0.0 |
| wc2 | wc | 11.5, 4.5 | 1.5 × 1.5 | 2.3 | 1.8–3.0 | 1.5 |
| storage | storage | 0.0, 6.5 | 2.0 × 2.0 | 4.0 | 2.0–4.0 | 4.0 |
Doors & windows
10 doors (1 exterior), 7 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": 90,
"y": 60,
"w": 40,
"h": 25
}
},
{
"id": "corr1",
"type": "corridor",
"rect": {
"x": 30,
"y": 45,
"w": 85,
"h": 15
}
},
{
"id": "meeting",
"type": "meeting",
"rect": {
"x": 90,
"y": 0,
"w": 40,
"h": 45
}
},
{
"id": "office1",
"type": "office",
"rect": {
"x": 35,
"y": 0,
"w": 30,
"h": 45
}
},
{
"id": "office2",
"type": "office",
"rect": {
"x": 65,
"y": 0,
"w": 25,
"h": 45
}
},
{
"id": "office3",
"type": "office",
"rect": {
"x": 20,
"y": 60,
"w": 40,
"h": 25
}
},
{
"id": "kitchen",
"type": "kitchen",
"rect": {
"x": 60,
"y": 60,
"w": 30,
"h": 25
}
},
{
"id": "wc1",
"type": "wc",
"rect": {
"x": 15,
"y": 45,
"w": 15,
"h": 15
}
},
{
"id": "wc2",
"type": "wc",
"rect": {
"x": 115,
"y": 45,
"w": 15,
"h": 15
}
},
{
"id": "storage",
"type": "storage",
"rect": {
"x": 0,
"y": 65,
"w": 20,
"h": 20
}
}
],
"doors": [
{
"id": "d_reception_corr1",
"a": "reception",
"b": "corr1",
"x": 102.5,
"y": 60,
"width": 9,
"vertical": false
},
{
"id": "d_office1_corr1",
"a": "office1",
"b": "corr1",
"x": 50,
"y": 45,
"width": 9,
"vertical": false
},
{
"id": "d_office2_corr1",
"a": "office2",
"b": "corr1",
"x": 77.5,
"y": 45,
"width": 9,
"vertical": false
},
{
"id": "d_office3_corr1",
"a": "office3",
"b": "corr1",
"x": 45,
"y": 60,
"width": 9,
"vertical": false
},
{
"id": "d_kitchen_corr1",
"a": "kitchen",
"b": "corr1",
"x": 75,
"y": 60,
"width": 9,
"vertical": false
},
{
"id": "d_wc1_corr1",
"a": "wc1",
"b": "corr1",
"x": 30,
"y": 52.5,
"width": 9,
"vertical": true
},
{
"id": "d_wc2_corr1",
"a": "wc2",
"b": "corr1",
"x": 115,
"y": 52.5,
"width": 9,
"vertical": true
},
{
"id": "d_meeting_corr1",
"a": "meeting",
"b": "corr1",
"x": 102.5,
"y": 45,
"width": 9,
"vertical": false
},
{
"id": "d_office3_storage",
"a": "office3",
"b": "storage",
"x": 20,
"y": 75,
"width": 9,
"vertical": true
},
{
"id": "d_exterior_reception",
"a": "exterior",
"b": "reception",
"x": 110,
"y": 85,
"width": 10,
"vertical": false
}
]
}