solverforge-cli 2.2.3

CLI for scaffolding and managing SolverForge constraint solver projects
[[phases]]
type = "construction_heuristic"
construction_heuristic_type = "first_fit"

[[phases]]
type = "local_search"
[phases.acceptor]
type = "late_acceptance"
late_acceptance_size = 400
[phases.forager]
type = "accepted_count"
limit = 4

[termination]
seconds_spent_limit = 30

# Opt in to bounded candidate-pull diagnostics when needed. Trace detail is
# retained separately from ordinary status, snapshot, and SSE telemetry.
# [candidate_trace]
# max_entries = 100000