Wikunia / ConstraintSolver.jl

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

Get all solutions #14

Closed Wikunia closed 4 years ago

Wikunia commented 5 years ago

Instead of returning just the first solution it would be nice to get all of them. Maybe one by one such that one can call solve again to get the next possible or a different function name.

Wikunia commented 4 years ago

Should be a solver parameter in JuMP now