blubin / JOpt

A simple wrapper for linear and mixed integer program solvers
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

JOpt

A simple wrapper for linear and quadratic mixed integer program solvers.

What is JOpt?

JOpt is an open source Java wrapper that provides objects like Variable, Constraint, and Term and lets you express your linear or mixed integer programs in a natural manner, while remaining agnostic to the details of the solver backend. JOpt is not a solver. Rather, it requires a solver such as Cplex or the free LPSolve to operate.

This means that any program written with JOpt will work for any of serveral solvers used by the end user.

Why JOpt?

Features

Limitations