summaryrefslogtreecommitdiff
path: root/src/prop/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-10-13 04:14:38 +0000
committerMorgan Deters <mdeters@gmail.com>2011-10-13 04:14:38 +0000
commit3cbb76ef86a769cfe3dac5976a14e1bc43c42ca6 (patch)
treee08efdc63abd663de4f5750db9326b69c79829e5 /src/prop/Makefile.am
parent3a7aafccadbfa1543c435b7dfe4f53116224a11f (diff)
Interruption, time-out, and deterministic time-out ("resource-out") features.
Details here: http://goedel.cims.nyu.edu/wiki/Meeting_Minutes_-_October_14,_2011#Resource.2Ftime_limiting_API This will need more work, but it's a start. Also implemented TheoryEngine::properPropagation(). Other minor things.
Diffstat (limited to 'src/prop/Makefile.am')
-rw-r--r--src/prop/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prop/Makefile.am b/src/prop/Makefile.am
index 30be07d7c..c9442a401 100644
--- a/src/prop/Makefile.am
+++ b/src/prop/Makefile.am
@@ -12,6 +12,7 @@ libprop_la_SOURCES = \
prop_engine.h \
sat.h \
sat.cpp \
+ sat_timer.h \
cnf_stream.h \
cnf_stream.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback