Primal Heuristic Plugin
Closed this issue · 1 comments
mmghannam commented
Primal heuristic should return something that implement the Iterator
trait of solutions and russcip internally should handle adding it to scip. Would be great if this Iterator can be nonblocking (working on another thread).
mmghannam commented
Decided to go for a simpler approach first, that mimics the scip api.