Skip to content

AST-1410 Use SolutionTensor in Solvers

Maik Nijhuis requested to merge ast-1410-use-solutiontensor into master

Simplify Solvers a little: Using a SolutionSpan is only needed when calling Constraint::Apply. Everywhere else we can use the actual SolutionTensor object.

Also simplify some tests.

Edited by Maik Nijhuis

Merge request reports