Download joptimizer-3.3.0.jar file - Jar j

Jar examples for j:joptimizer

Description

JOptimizer is a java library for solving general convex optimization problems, like for example LP, QP, QCQP, SOCP, SDP, GP and many more.

You can download jar file joptimizer 3.3.0 in this page.

License

Creative Commons Attribution-NoDerivatives 4.0 International Public License

Build File

You can use the following script to add joptimizer-3.3.0.jar to your project.

<dependency>
   <groupId>com.github.vincentfk</groupId>
   <artifactId>joptimizer</artifactId>
   <version>3.3.0</version>
</dependency>
compile group: 'com.github.vincentfk', name: 'joptimizer', version: '3.3.0'
libraryDependencies += "com.github.vincentfk" % "joptimizer" % "3.3.0"
<dependency org="com.github.vincentfk" name="joptimizer" rev="3.3.0"/>
@Grapes(@Grab(group='com.github.vincentfk', module='joptimizer', version='3.3.0'))
'com.github.vincentfk:joptimizer:jar:3.3.0'

Download

Click the following link to download the jar file.

joptimizer-3.3.0-javadoc.jar
joptimizer-3.3.0-sources.jar
joptimizer-3.3.0.jar
joptimizer-3.3.0.pom



Related Tutorials