scipopt/russcip

Primal Heuristic Plugin

Closed this issue · 1 comments

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).

Decided to go for a simpler approach first, that mimics the scip api.