Jar examples for l:lpsolve
Mixed Integer Linear Programming (MILP) solver lp_solve solves pure linear, (mixed) integer/binary, semi-cont and special ordered sets (SOS) models.lp_solve is written in ANSI C and can be compiled on many different platforms like Linux and WINDOWS.
You can download jar file lpsolve 5.5.2.0 in this page.
GNU Lesser General Public License 2.1
You can use the following script to add lpsolve-5.5.2.0.jar to your project.
<dependency> <groupId>com.datumbox</groupId> <artifactId>lpsolve</artifactId> <version>5.5.2.0</version> </dependency>
compile group: 'com.datumbox', name: 'lpsolve', version: '5.5.2.0'
libraryDependencies += "com.datumbox" % "lpsolve" % "5.5.2.0"
<dependency org="com.datumbox" name="lpsolve" rev="5.5.2.0"/>
@Grapes(@Grab(group='com.datumbox', module='lpsolve', version='5.5.2.0'))
'com.datumbox:lpsolve:jar:5.5.2.0'
Click the following link to download the jar file.
lpsolve-5.5.2.0-javadoc.jar