Skip to content

Commit fc37a6d

Browse files
committed
V 2.2
1 parent f856057 commit fc37a6d

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
<h1 align="center"> XCSP3-Java-Tools v2.1 </h1>
1+
<h1 align="center"> XCSP3-Java-Tools v2.2 </h1>
22

33

4-
**IMPORTANT: For the 2022 XSCP3 Competition, you can use Version 2.0.1 (available on Maven Central)**
54

65
This library provides:
76
* a parser written in Java 8 for XCSP3 instances ; see [miniguide](doc/parserJava1-2.pdf)
87
* a tool for checking solutions (and bounds) of XCSP3 instances ; see [miniguide](doc/checkerJava1-1.pdf)
9-
* JvCSP3, an API to build models of combinatorial constrained problems; these models can be compiled in order to generate XCSP3 instances (files) ; see [miniguide](doc/JvCSP3v1-1.pdf)
108

119
A C++ parser is available in its own [repository](https://github.com/xcsp3team/XCSP3-CPP-Parser).
1210

1311
A Python library for modeling, called PyCSP3, is also independently available.
1412
For the current version, v2.1, November 2022, note that:
13+
* a website including more than 60 Jupyter notebooks can be found at [pycsp.org](https://pycsp.org).
1514
* the code is available on [Github](https://github.com/xcsp3team/pycsp3)
16-
* a [well-documented guide](https://github.com/xcsp3team/pycsp3/blob/master/guidePyCSP3.pdf) is available
15+
* a [well-documented guide](https://arxiv.org/abs/2009.00326) is available
1716
* PyCSP3 is available as a PyPi package [here](https://pypi.org/project/pycsp3/)
1817

1918

@@ -31,9 +30,6 @@ See the miniguide in file [`parserJava1-2.pdf`](doc/parserJava1-2.pdf).
3130

3231
See the miniguide in file [`checkerJava1-1.pdf`](doc/checkerJava1-1.pdf).
3332

34-
## Java-based Modeler (Java-based API called JvCSP3)
35-
36-
See the miniguide in file [`JvCSP3v1-1.pdf`](doc/JvCSP3v1-1.pdf).
3733

3834

3935

@@ -47,7 +43,7 @@ Currently, this is:
4743
<dependency>
4844
<groupId>org.xcsp</groupId>
4945
<artifactId>xcsp3-tools</artifactId>
50-
<version>2.0</version>
46+
<version>2.2</version>
5147
</dependency>
5248

5349
## Directly Building a JAR with Maven

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.xcsp</groupId>
55
<artifactId>xcsp3-tools</artifactId>
6-
<version>2.1.0</version>
6+
<version>2.2</version>
77
<packaging>jar</packaging>
88

99
<name>XCSP3 Java Tools</name>

0 commit comments

Comments
 (0)