StructJuMP / StructJuMP.jl

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

In synch with StructJuMPSolverInterface #22

Closed cnpetra closed 8 years ago

cnpetra commented 8 years ago

This PR updates StructJuMP to work with StructJuMPSolverInterface.

  1. It introduces an id field for each of the children node.
  2. It hooks up the StructJuMP model with JuMP's solve function.
  3. Updates the README file with installation instructions and NLP solvers information.
  4. Code works independently of whether the user initializes MPI.
joehuchette commented 8 years ago

LGTM, can address my question in another commit.