Expand description
loeres-device — deterministic edge-side solver entrypoints.
Environment: #![no_std], no alloc. Optimizes for bounded iteration,
fixed memory, small binaries, and analyzable, panic-averse solve paths.
Depends on loeres-core and loeres-backend-static only — never on
loeres-cluster, loeres-backend-std, async runtimes, threads, logging,
or FFI gateways.
Public module topography (external design §1.5):
problem, solve, config, workspace, diagnostic.
Phase 0 skeleton: modules are documented placeholders.
Modules§
- config
- Bounded execution configuration.
- diagnostic
- Compact no_std diagnostics.
- problem
- Fixed-size problem wrappers.
- solve
- Deterministic solve entrypoints.
- workspace
- Solver-specific typed workspace aliases and lifecycle.