From cfb4587e26623318f432c7e3e21711afc2b966e7 Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Mon, 12 Jan 2015 16:28:10 +0100 Subject: Initial import of SMTCoq v1.2 --- unit-tests/sat2.cnf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 unit-tests/sat2.cnf (limited to 'unit-tests/sat2.cnf') diff --git a/unit-tests/sat2.cnf b/unit-tests/sat2.cnf new file mode 100644 index 0000000..fa572f4 --- /dev/null +++ b/unit-tests/sat2.cnf @@ -0,0 +1,6 @@ +p cnf 3 5 +1 2 0 +1 3 0 +2 0 +2 3 0 +-2 0 -- cgit