You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this will be interesting to perform in Rust. The three ways I see it are:
Macros that you parse to create a SCIP expression
Operator overloading on variables to build up expressions
String substitution, since you can pass SCIP a string containing the expression, the only work on the wrapper side is then to replace the expression of the variable accepted by russcip with that accepted by SCIP
Build "Expressions" from variables that allow arithmetic operations, and add a range to bound them.
The text was updated successfully, but these errors were encountered: