scipopt / russcip

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

Store state specific attributes in state #29

Closed mmghannam closed 1 year ago

mmghannam commented 1 year ago

Closes #28.

mmghannam commented 1 year ago

Yes, I was thinking the same thing. Maybe Solved should be split into two states SolvedOptimal and SolvedUnbounded and the SolveError could be things like Timelimit or Memorylimit. I will add an issue to keep track of this.

lovasoa commented 1 year ago

Yes, I was thinking the same thing. Maybe Solved should be split into two states SolvedOptimal and SolvedUnbounded and the SolveError could be things like Timelimit or Memorylimit. I will add an issue to keep track of this.

That sounds good !