kibaekkim / DSPopt.jl

Julia modeling interface to parallel decomposition solver DSP
MIT License
12 stars 2 forks source link

implement `writeMps` function #3

Closed kibaekkim closed 4 years ago

kibaekkim commented 4 years ago

This function is available in DSP, but not implemented in this interface. The function can still be called by

DSPopt.@dsp_ccall("writeMps", Cvoid, (Ptr{Cvoid}, Ptr{UInt8}), DSPopt.dspenv.p, "myfile")