Skip to content

Commit

Permalink
Final 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
czengler committed Jun 11, 2022
1 parent bce1e3c commit aea0cc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

LogicNG uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.1] - 2022-06-09
## [2.2.1] - 2022-06-11

### Added

Expand All @@ -22,12 +22,13 @@ LogicNG uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed

- Fixed a bug in the `addSoftFormula` method of the `MaxSATSolver` class. A soft formula is now weighted properly if the soft formula is not a clause.
- Fixed a bug in the `addWithRelaxation` method of the `SATSolver` class. The CNF of the formula is now computed properly regarding the configuration of the solver.
- Fixed a bug in the `addWithRelaxation` method of the `SATSolver` class. The CNF of the formula is now computed properly regarding the configuration of the
solver.

### Deprecated

- Deprecation of method `addWithoutUnknown` in class `SATSolver` - this method will be removed in future versions.
- Deprecation of method `addWithRelaxation` for propositions in class `SATSolver` - this method will be removed in future versions.
- Deprecation of method `addWithRelaxation` for propositions in class `SATSolver` - this method will be removed in future versions.

## [2.1.0] - 2021-07-18

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.logicng</groupId>
<artifactId>logicng</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<packaging>bundle</packaging>

<name>LogicNG</name>
Expand Down

0 comments on commit aea0cc4

Please sign in to comment.