-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
12 additions
and
12 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
Choco-solver is an open-source Java library for Constraint Programming. | ||
|
||
Current stable version is 4.0.6 (23 Nov 2017). | ||
Current stable version is 4.0.7 (19 Jul 2018). | ||
|
||
Choco-solver comes with: | ||
- various type of variables (integer, boolean, set, graph and real), | ||
|
@@ -26,7 +26,7 @@ Choco-solver comes with: | |
|
||
But also, facilities to interact with the search loop, factories to help modelling, many samples, etc. | ||
|
||
Choco-solver is distributed under BSD 4-Clause License (Copyright (c) 1999-2017, Ecole des Mines de Nantes). | ||
Choco-solver is distributed under BSD 4-Clause License (Copyright (c) 1999-2018, Ecole des Mines de Nantes). | ||
|
||
Contact: [[email protected]](mailto:[email protected]?subject=[choco]contact) | ||
|
||
|
@@ -56,7 +56,7 @@ solver.printStatistics(); | |
## Documentation, Support and Issues | ||
|
||
The [latest release](https://github.com/chocoteam/choco-solver/releases/latest) points to a | ||
[tarball](https://github.com/chocoteam/choco-solver/releases/download/4.0.6/choco-4.0.6.zip) which contains | ||
[tarball](https://github.com/chocoteam/choco-solver/releases/download/4.0.7/choco-4.0.7.zip) which contains | ||
the binary, the source code, the user guide (pdf) and the apidocs (zip). | ||
|
||
You can get help on our [google group](https://groups.google.com/forum/#!forum/choco-solver). | ||
|
@@ -125,7 +125,7 @@ In the following, we distinguish two usages of Choco: | |
- as a standalone application: the jar file includes all required dependencies, | ||
- as a library: the jar file excludes all dependencies. | ||
|
||
The name of the jar file terms the packaging: `choco-solver-4.0.6.jar` or `choco-solver-4.0.6-no-dep.jar`. | ||
The name of the jar file terms the packaging: `choco-solver-4.0.7.jar` or `choco-solver-4.0.7-no-dep.jar`. | ||
|
||
A [Changelog file](./CHANGES.md) is maintained for each release. | ||
|
||
|
@@ -138,7 +138,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>4.0.6</version> | ||
<version>4.0.7</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
Binary file not shown.