Skip to content

Commit

Permalink
Version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoutre committed Nov 28, 2023
1 parent 5a33e20 commit d8435ec
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
</div>

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,
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ java {
//targetCompatibility = 1.11

archivesBaseName = "ACE"
version = '2.1'
version = '2.2'

repositories {
mavenCentral()
Expand Down
Binary file removed lib/xcsp3-tools-2.3-javadoc.jar
Binary file not shown.
Binary file removed lib/xcsp3-tools-2.3.jar
Binary file not shown.
Binary file added lib/xcsp3-tools-2.4-javadoc.jar
Binary file not shown.
Binary file added lib/xcsp3-tools-2.4.jar
Binary file not shown.

0 comments on commit d8435ec

Please sign in to comment.