Merge pull request #120 from Echtzeitsysteme/feature/update-gurobi-1002

Updates Gurobi from 10.0.1 to 10.0.2
This commit is contained in:
Maximilian Kratz 2023-09-06 10:39:42 +02:00 committed by GitHub
commit b9719c2879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@
* Install [AdoptOpenJDK 17 (HotSpot JVM)](https://adoptopenjdk.net/releases.html?variant=openjdk17&jvmVariant=hotspot) or newer.
* Install eMoflon::IBeX as described [here](https://github.com/eMoflon/emoflon-ibex#how-to-develop).
* Install at least one of the supported ILP solvers:
* Install [Gurobi](https://www.gurobi.com/) in version `10.0.1` and activate a license for your computer.
* Install [Gurobi](https://www.gurobi.com/) in version `10.0.2` and activate a license for your computer.
* Currently, Gurobi is the default ILP solver used in GIPS because of the great performance.
* Install [GLPK](https://www.gnu.org/software/glpk/) in the newest version (`4.6.5`) and add it to your path.
* GLPK is an open-source ILP solver that can be used without a charge.
@ -47,7 +47,7 @@ By using this settings, you should be unable to commit unformatted code.
* Install [AdoptOpenJDK 17 (HotSpot JVM)](https://adoptopenjdk.net/releases.html?variant=openjdk17&jvmVariant=hotspot) or newer.
* Install eMoflon::IBeX as described [here](https://github.com/eMoflon/emoflon-ibex#how-to-develop).
* Install at least one of the supported ILP solvers:
* Install [Gurobi](https://www.gurobi.com/) in version `10.0.1` and activate a license for your computer.
* Install [Gurobi](https://www.gurobi.com/) in version `10.0.2` and activate a license for your computer.
* Currently, Gurobi is the default ILP solver used in GIPS because of the great performance.
* Install [GLPK](https://www.gnu.org/software/glpk/) in the newest version (`4.6.5`) and add it to your path.
* GLPK is an open-source ILP solver that can be used without a charge.

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="gurobi-10.0.2.jar"/>
<classpathentry exported="true" kind="lib" path="gurobi-javadoc-10.0.2.jar"/>
<classpathentry exported="true" kind="lib" path="cplex-22.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="gurobi-10.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="gurobi-javadoc-10.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="logicng-2.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="glpk-java-1.12.0.jar"/>
<classpathentry exported="true" kind="lib" path="glpk-java-1.12.0-javadoc.jar"/>

View file

@ -3,13 +3,13 @@ Bundle-ManifestVersion: 2
Bundle-Name: Gips::Core::Dependencies
Bundle-SymbolicName: org.emoflon.gips.core.dependencies
Bundle-Version: 1.0.0
Bundle-ClassPath: gurobi-10.0.1.jar,
gurobi-javadoc-10.0.1.jar,
Bundle-ClassPath: gurobi-10.0.2.jar,
gurobi-javadoc-10.0.2.jar,
glpk-java-1.12.0.jar,
glpk-java-1.12.0-javadoc.jar,
logicng-2.4.1.jar,
cplex-22.1.1.jar
Export-Package: gurobi;version="10.0.1",
Export-Package: gurobi;version="10.0.2",
ilog.concert;version="22.1.1",
ilog.cplex;version="22.1.1",
org.gnu.glpk;version="1.12.0",

View file

@ -1,7 +1,7 @@
bin.includes = META-INF/,\
glpk-java-1.12.0.jar,\
glpk-java-1.12.0-javadoc.jar,\
gurobi-10.0.1.jar,\
gurobi-javadoc-10.0.1.jar,\
logicng-2.4.1.jar,\
cplex-22.1.1.jar
cplex-22.1.1.jar,\
gurobi-10.0.2.jar,\
gurobi-javadoc-10.0.2.jar

Binary file not shown.