Skip to content

Commit

Permalink
Merge branch 'release/v2.3' of github.com:logic-ng/LogicNG into relea…
Browse files Browse the repository at this point in the history
…se/v2.3
  • Loading branch information
czengler committed Aug 1, 2022
2 parents 6af287d + aa511e2 commit 53c33f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public void testCNFFactorization() {
}

@Test
public void testCcEncondingClearance() {
public void testCcEncodingClearance() {
final ExtendedFormulaFactory eff = new ExtendedFormulaFactory();
final Variable[] problemLits = new Variable[100];
for (int i = 0; i < 100; i++) {
Expand Down

0 comments on commit 53c33f8

Please sign in to comment.