Wikunia / ConstraintSolver.jl

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

Currently a variable can't be fixed in a constraint #7

Closed Wikunia closed 5 years ago

Wikunia commented 5 years ago

A variable can only be fixed by removing all other possibilities but not directly. This is the case because we have the first_ptr which doesn't change in reverse_pruning. We need to have two pruning vectors to be able to handle that.