scipopt / russcip

Rust interface for SCIP
https://crates.io/crates/russcip
Apache License 2.0
30 stars 10 forks source link

Primal Heuristic Plugin #81

Closed mmghannam closed 1 year ago

mmghannam commented 1 year ago

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 1 year ago

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