https://github.com/mizcausevic-dev/capacity-optimizer-jl
Julia optimization surface for constrained capacity planning, lane allocation, and recovery posture.
https://github.com/mizcausevic-dev/capacity-optimizer-jl
agpl capacity-planning julia kinetic-gain operator-dashboard optimization
Last synced: 7 days ago
JSON representation
Julia optimization surface for constrained capacity planning, lane allocation, and recovery posture.
- Host: GitHub
- URL: https://github.com/mizcausevic-dev/capacity-optimizer-jl
- Owner: mizcausevic-dev
- License: agpl-3.0
- Created: 2026-05-27T20:01:18.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2026-05-27T20:05:56.000Z (11 days ago)
- Last Synced: 2026-05-27T22:05:22.493Z (11 days ago)
- Topics: agpl, capacity-planning, julia, kinetic-gain, operator-dashboard, optimization
- Language: Julia
- Homepage: https://capacity.kineticgain.com/
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# capacity-optimizer-jl
Julia optimization surface for constrained capacity planning, lane allocation, and recovery posture.
## What it shows
- real Julia added to the public Kinetic Gain language atlas
- constrained facility and lane allocation with auditable search logic
- buyer-readable operator reporting generated from the same optimization core
## Routes
- `/`
- `/capacity-lane/`
- `/constraint-matrix/`
- `/allocation-posture/`
- `/verification/`
- `/docs/`
## Local development
```powershell
& 'C:\Users\chaus\AppData\Local\Programs\Julia-1.12.6\bin\julia.exe' --project=. scripts/run_demo.jl
& 'C:\Users\chaus\AppData\Local\Programs\Julia-1.12.6\bin\julia.exe' --project=. scripts/generate_site.jl
```
## Validation
```powershell
& 'C:\Users\chaus\AppData\Local\Programs\Julia-1.12.6\bin\julia.exe' --project=. -e "using Pkg; Pkg.test()"
& 'C:\Users\chaus\AppData\Local\Programs\Julia-1.12.6\bin\julia.exe' --project=. scripts/smoke_check.jl
```
## Why this matters
Kinetic Gain Embedded tie-back:
This repo proves Kinetic Gain can ship auditable planning and optimization logic in Julia, not just render dashboards around it. The language-atlas signal is real: model, verify, and publish the same operator surface from Julia code.
---
Part of the [Kinetic Gain Protocol Suite](https://suite.kineticgain.com/) operator portfolio · apex: [kineticgain.com](https://kineticgain.com) · live: [capacity.kineticgain.com](https://capacity.kineticgain.com/)