Expand description
Basic variable solver for simple assignment problems.
This module provides BasicSpec for problems using #[basic_variable_config],
where each entity has a single planning variable that can be assigned from a
fixed value range.
Logging levels:
- INFO: Solver start/end, phase summaries, problem scale
- DEBUG: Individual steps with timing and scores
- TRACE: Move evaluation details
Structsยง
- Basic
Spec - Problem specification for basic variable problems.