ryanjoneil / SCIP.jl

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

rewrite code generator #19

Closed ryanjoneil closed 9 years ago

ryanjoneil commented 9 years ago

The Python/lxml code generator is unmaintainable and making it difficult to keep working on SCIP.jl. Port this to something better.

mlubin commented 9 years ago

Cool!

IainNZ commented 9 years ago

So is the whole C interface wrapped now @ryanjoneil ?

ryanjoneil commented 9 years ago

I believe the entire public API for SCIP should be accessible now. If we run into anything that's missing while working on the MPB interface, I can add it reasonably easily.

With the exception of callbacks. See #12.