Skip to content

Commit

Permalink
Merge pull request #82 from conjure-cp/revert-81-issue-73
Browse files Browse the repository at this point in the history
Revert "Initial implementation for the CNF format"
  • Loading branch information
gskorokhod authored Nov 18, 2023
2 parents 5e68594 + a02107c commit 0f5ff49
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 117 deletions.
2 changes: 0 additions & 2 deletions conjure_oxide/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,4 @@ pub enum Expression {
Sum(Vec<Expression>),
Eq(Box<Expression>, Box<Expression>),
Geq(Box<Expression>, Box<Expression>),
Not(Box<Expression>),
Or(Vec<Expression>),
}
1 change: 0 additions & 1 deletion conjure_oxide/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pub mod ast;
mod solvers;
113 changes: 0 additions & 113 deletions conjure_oxide/src/solvers/kissat.rs

This file was deleted.

1 change: 0 additions & 1 deletion conjure_oxide/src/solvers/mod.rs

This file was deleted.

Binary file modified solvers/chuffed/libwrapper.a
Binary file not shown.
Binary file modified solvers/chuffed/wrapper.o
Binary file not shown.

0 comments on commit 0f5ff49

Please sign in to comment.