ryanjoneil / SCIP.jl

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

Convert C char* to Ptr{Uint8}, fix name of type maps #24

Closed leotac closed 9 years ago

leotac commented 9 years ago

Converting char* to String didn't work, should use Ptr{Uint8}, see http://julia.readthedocs.org/en/latest/manual/calling-c-and-fortran-code/.

Fix the name of the MAP -- actual map names {{.Origname}}s_MAP did not match the exported name {{.OrigName}}_MAP

mlubin commented 9 years ago

CC @ryanjoneil

ryanjoneil commented 9 years ago

Sorry, been uninvolved lately. Reviewing now.

ryanjoneil commented 9 years ago

Will merge and then regenerate the interface today.