scipopt / CSIP

Reduced and simplified C interface to SCIP
MIT License
15 stars 11 forks source link

add user cut callbacks #4

Closed rschwarz closed 6 years ago

rschwarz commented 8 years ago

Separated from #3

fserra commented 8 years ago

@mlubin, wanna write some tests for this? :)

mlubin commented 8 years ago

User cuts are very hard to test since by definition they should not affect the optimal solution... JuMP's tests are here: https://github.com/JuliaOpt/JuMP.jl/blob/93b870e3d7b3eb6c8995993921a8d3466453f9e3/test/callback.jl#L109

fserra commented 8 years ago

Maybe the admipex4 of cplex is a good test?

mlubin commented 8 years ago

The license there is sketchy, not sure we can include a translation of it in the repository.

rschwarz commented 6 years ago

Closed. Should be done in SCIP.jl directly, instead.