diff --git a/LICENSE b/LICENSE index 5b70e7d..e1ace7a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2022, Univ. Artois and CNRS +Copyright (c) 2020-2023, Univ. Artois and CNRS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2d8b2e4..9c141ee 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ACE (AbsCon Essence) is an open-source constraint solver developed by Christophe Lecoutre (CRIL) in Java. -ACE is embedded in the Python modeling library [PyCSP3](https://pycsp.org/), and is a competitive solver as shown by results of the [2022 XCSP3 competition](https://www.cril.univ-artois.fr/XCSP22/). +ACE is embedded in the Python modeling library [PyCSP3](https://pycsp.org/), and is a competitive solver as shown by results of the [2022 XCSP3 competition](https://www.cril.univ-artois.fr/XCSP22/) and [2023 XCSP3 competition](https://www.cril.univ-artois.fr/XCSP23/). -Current stable version of ACE is 2.1 (November 10, 2022). +Current stable version of ACE is 2.2 (December 05, 2022). ACE focuses on: - integer variables, including 0/1 (Boolean) variables, diff --git a/build.gradle b/build.gradle index 80d474c..c258eed 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ java { //targetCompatibility = 1.11 archivesBaseName = "ACE" -version = '2.1' +version = '2.2' repositories { mavenCentral() diff --git a/lib/xcsp3-tools-2.3-javadoc.jar b/lib/xcsp3-tools-2.3-javadoc.jar deleted file mode 100644 index b8ea7dc..0000000 Binary files a/lib/xcsp3-tools-2.3-javadoc.jar and /dev/null differ diff --git a/lib/xcsp3-tools-2.3.jar b/lib/xcsp3-tools-2.3.jar deleted file mode 100644 index 2775a09..0000000 Binary files a/lib/xcsp3-tools-2.3.jar and /dev/null differ diff --git a/lib/xcsp3-tools-2.4-javadoc.jar b/lib/xcsp3-tools-2.4-javadoc.jar new file mode 100644 index 0000000..0655dd9 Binary files /dev/null and b/lib/xcsp3-tools-2.4-javadoc.jar differ diff --git a/lib/xcsp3-tools-2.4.jar b/lib/xcsp3-tools-2.4.jar new file mode 100644 index 0000000..c3ba432 Binary files /dev/null and b/lib/xcsp3-tools-2.4.jar differ