StructJuMP / StructJuMP.jl

A block-structured optimization framework for JuMP
Other
54 stars 19 forks source link

Code Optimization #23

Closed fqiang closed 8 years ago

fqiang commented 8 years ago

This PR provides a MPIWrapper type that handles the MPI initialization and communicator when user doesn't provide one. The PR also was tested to work with optimized StructJuMPSolverInterface code.

joehuchette commented 8 years ago

LGTM, besides the debugging code.

joehuchette commented 8 years ago

Bump on the debugging stuff @fqiang

fqiang commented 8 years ago

@joehuchette The debugging and "===" micro optimization are both applied. Thanks for reviewing the code.