-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '4436126e4d420ba03c24d9dcc129e13d46d24693'
- Loading branch information
Showing
10 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Choco3 is an open-source Java library for Constraint Programming. | |
|
||
Choco3 is not the continuation of Choco2, but a completely rewritten version and there is no backward compatibility. | ||
|
||
Current stable version is 3.3.0 (04 Dec 2014). | ||
Current stable version is 3.3.1 (11 May 2015). | ||
|
||
Choco3 comes with: | ||
- various type of variables (integer, boolean, set, graph and real), | ||
|
@@ -14,7 +14,7 @@ Choco3 comes with: | |
|
||
But also, facilities to interact with the search loop, factories to help modelling, many samples, etc. | ||
|
||
Choco3 is distributed under BSD licence (Copyright (c) 1999-2014, Ecole des Mines de Nantes). | ||
Choco3 is distributed under BSD licence (Copyright (c) 1999-2015, Ecole des Mines de Nantes). | ||
|
||
Contact: [email protected] | ||
|
||
|
@@ -48,7 +48,7 @@ In the following, we distinguish two usages of Choco: | |
- as a standalone application: the jar file includes all required dependencies and configuration file (that is, `logback.xml`), | ||
- as a library: the jar file excludes all dependencies and configuration file (that is, `logback.xml`). | ||
|
||
The name of the jar file terms the packaging: `choco-solver-3.3.0-with-dependencies.jar` or `choco-solver-3.3.0.jar`. | ||
The name of the jar file terms the packaging: `choco-solver-3.3.1-with-dependencies.jar` or `choco-solver-3.3.1.jar`. | ||
|
||
The jar files can be downloaded from this URL: | ||
|
||
|
@@ -77,7 +77,7 @@ So you only have to edit your `pom.xml` to declare the following library depende | |
<dependency> | ||
<groupId>org.choco-solver</groupId> | ||
<artifactId>choco-solver</artifactId> | ||
<version>3.3.0</version> | ||
<version>3.3.1</version> | ||
</dependency> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.