Skip to main content

solve

Function solve 

Source
pub fn solve(_problem: &ConstraintProblem) -> Solution
Expand description

Solve a constraint problem via backtracking. Currently returns the initial assignment — the VM does the real verification.