ryanjoneil / SCIP.jl

(deprecated) Julia interface to the SCIP solver
MIT License
2 stars 4 forks source link

Create a test suite for MPB interface #10

Closed ryanjoneil closed 5 years ago

IainNZ commented 9 years ago

I've hooked up the MathProbBase.jl MIP interface test, its not very comprehensive but its a start. The full JuMP test suite will be the eventual goal.

ryanjoneil commented 9 years ago

Awesome! How do I invoke that?

IainNZ commented 9 years ago

The JuMP test suite? Would need to add SCIP to the list of solvers in JuMP/test/solvers.jl

I'm working on the MPB interface now, it seems like SCIPvarChgLbOriginal isn't wrapped, any ideas?

ryanjoneil commented 9 years ago

I'll look into it.

ryanjoneil commented 9 years ago

So it looks like shouldn't actually be calling that method, since it isn't part of the public interface of SCIP. The methods we should be using for interacting with variables are in pub_var.h.