scipopt / russcip

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

dual() method for any constraint #88

Open mmghannam opened 1 year ago

mmghannam commented 1 year ago

Should return a result type wrapping the result of the underlying SCIP function SCIPgetDualSolVal, and should return an error for any constraint that is not linear.