Solver services
Platform
Designs and scaffolds optimisation services: a distributed layer that prepares data at scale, a pure solver core, and the infrastructure that wires them together.
- Used when
- When assignment, scheduling or capacity has to be decided by an optimiser rather than by a sort.
- Loads first
-
- The solver-service skill, before any code is written.
- The shared engineering guidelines.
- Returns
-
- The optimisation model — decision variables, constraints, objective, and the input and output contracts.
- The service architecture.
- An implementation plan by layer.
- The verification strategy, covering both solver behaviour and an end-to-end run.