Wikunia / ConstraintSolver.jl

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

Next branch var should depend on objective #176

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

I don't know how I forgot this. The next branching variable should of course take into account which variable has the most influence on the objective. Before making some sophisticated evaluations there maybe just take those variables first before checking biggest_inf and num_pvals. The whole thing needs something better anyway see: #96