-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rma350 edited this page Jan 14, 2014
·
3 revisions
Write once, run elsewhere!
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.