A open-source utility library for linear programming in Java with the simplex algorithm.
Problems are of the type: min/max c*x st. Ax ❮= b x >= 0 The primal problem is solved using Gauss-Jordan elimination and the
lexicographic rule for pivoting is used. Handles: - maximization and minimization problems - equality and inequality constraints -
negative and positive constraint values. The library can be used by other ICY plugins or called as a standalone Java software for
...
Note: this artifact is located at SciJava Public repository (https://maven.scijava.org/content/repositories/public/)
Licenses
| License | URL |
|---|---|
| GNU GPLv3 | https://www.gnu.org/licenses/gpl-3.0.en.html |
Developers
| Name | Dev Id | Roles | Organization | |
|---|---|---|---|---|
| Stéphane Dallongeville | stef | founder, lead, developer, debugger, reviewer, support, maintainer | ||
| Jean-Yves Tinevez | jtinevez | lead, reviewer, support | ||
| Daniel Felipe González Obando | dgonzalez | developer, debugger, maintainer, support | ||
| Amandine Tournay | atournay | developer, maintainer |