Wikunia / ConstraintSolver.jl

ConstraintSolver in Julia: Blog posts ->
https://opensourc.es/blog/constraint-solver-1
MIT License
135 stars 13 forks source link

General solved testing #147

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

Instead of implementing it in every test case each constraint should have a is_solved_constraint function which can be called for testing. It checks whether the constraint is solved. A mother function will go through all variables and checks if every variable is fixed.