summaryrefslogtreecommitdiff
path: root/contrib/theoryskel
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-02-27 22:51:53 +0000
committerMorgan Deters <mdeters@gmail.com>2012-02-27 22:51:53 +0000
commite892d95b55fd93fb5b92c230447b5e135da8e07a (patch)
treed8ed93b8f472813a0e324df3e13919ac8c2aa745 /contrib/theoryskel
parent8dae2b1d76de678be272df097259901463bdccbb (diff)
fixes to new-theory script; resolves bug #307
Diffstat (limited to 'contrib/theoryskel')
-rw-r--r--contrib/theoryskel/README.WHATS-NEXT9
-rw-r--r--contrib/theoryskel/theory_DIR.cpp2
2 files changed, 10 insertions, 1 deletions
diff --git a/contrib/theoryskel/README.WHATS-NEXT b/contrib/theoryskel/README.WHATS-NEXT
index e860c5373..6e090b984 100644
--- a/contrib/theoryskel/README.WHATS-NEXT
+++ b/contrib/theoryskel/README.WHATS-NEXT
@@ -24,6 +24,15 @@ and finally:
* to choose which work will be done at QUICK_CHECK, STANDARD or at
FULL_EFFORT.
+You'll probably find the Developer's wiki useful:
+
+ http://church.cims.nyu.edu/wiki/CVC_Portal
+
+...and in particular the Deverloper's Guide:
+
+ http://church.cims.nyu.edu/wiki/Developer%27s_Guide
+
+which contains coding guidelines for the CVC4 project.
Good luck, and please contact cvc4-devel@cs.nyu.edu for assistance
should you need it!
diff --git a/contrib/theoryskel/theory_DIR.cpp b/contrib/theoryskel/theory_DIR.cpp
index 4d24f3e16..e885cb9c7 100644
--- a/contrib/theoryskel/theory_DIR.cpp
+++ b/contrib/theoryskel/theory_DIR.cpp
@@ -11,7 +11,7 @@ Theory$camel::Theory$camel(context::Context* c,
context::UserContext* u,
OutputChannel& out,
Valuation valuation) :
- Theory(THEORY_UF, c, u, out, valuation) {
+ Theory(THEORY_$id, c, u, out, valuation) {
}/* Theory$camel::Theory$camel() */
void Theory$camel::check(Effort level) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback