Skip to content
rma350 edited this page Jan 14, 2014 · 3 revisions

Write once, run elsewhere!

What is mip-java?

Mip-java is an open source, commercial friendly, mixed integer programming library written in Java. The goal of this project is to build a MIP solver that:

  • Runs on client devices (i.e. Android and in the browser through GWT)
  • Is pure Java
  • Is correct
  • Has a performance loss vs. Gurobi/CPLEX that is measurable.

Mip-java has a plugable architecture so that various LP solvers can be substituted in. So far, CPLEX is the only connected LP solver.

Clone this wiki locally