CSIP
CSIP copied to clipboard
Reduced and simplified C interface to SCIP
Results
2
CSIP issues
Sort by
recently updated
recently updated
newest added
I don't remember why we (or I) decided to use `CONST` expressions to represent exponents of `POW` expressions. So, for instance, to represent `z^2` where `z` is the third variable...
Some results (solution, runtime etc.) are reset after freeTransform is called. With #24 we do that implicitely, whenever necessary. We should at least warn the users about this behavior in...