Wikunia / ConstraintSolver.jl

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

Feasible solution first and the optimize #39

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

Try to get a feasible solution as fast as possible and only later try to optimize it.

Wikunia commented 4 years ago

Implemented: Depth first search and then optimize ones a solution was found.