- Removed unnecessary dependencies to
StructJuMPSolverInterface,PIPS-NLPandIpopt. The current version ofStructJuMPSolverInterfaceis specific to PIPS and Ipopt. (needs to be generalized) - Removed requirement of
MPI.jl. This makes theStructJuMPpackage general enough for any user. - Removed dependency to
JuMPby exporting all JuMP functions. So, user does not need to sayusing JuMP. - Updated README.md. All solver specific statements are removed. They should be moved to each solver interface. Instead, three solvers that can read models from
StructJuMPare briefly introduced.