summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-07-03 17:13:31 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-11-27 17:55:53 -0500
commita97891f9cc892fdc261cd4e3d3229ec68f05b45e (patch)
treea05c30ddbe81d9dd084a2e024875f829d6f1f3a7 /contrib
parentb28a42c3a4fd8c9b079b157ad8ff36e581b60d29 (diff)
General pre-release cleanup commit
* Rename {model,util_model}.{h,cpp} files to match class names * Fix alreadyVisited() issue in TheoryEngine * Remove spurious Message that causes compliance issues * Update copyrights, fix public/private markings in headers * minor comment fixes * remove EXTRACT_OP as a special-case in typechecker * note about rewriters in theoryskel readme * Clean up some compiler warnings * Code typos and spacing
Diffstat (limited to 'contrib')
-rw-r--r--contrib/theoryskel/README.WHATS-NEXT4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/theoryskel/README.WHATS-NEXT b/contrib/theoryskel/README.WHATS-NEXT
index 31ff2d47a..17affade4 100644
--- a/contrib/theoryskel/README.WHATS-NEXT
+++ b/contrib/theoryskel/README.WHATS-NEXT
@@ -6,7 +6,9 @@ Your next steps will likely be:
* to add typing rules to theory_$dir_type_rules.h for your operators
and constants
* to write code in theory_$dir_rewriter.h to implement a normal form
- for your theory's terms
+ for your theory's terms; in particular, you should ensure that you
+ rewrite (= X X) to "true" for terms X of your theory's sorts, and
+ evaluate any constant terms
* for any new types that you have introduced, add "mk*Type()" functions to
the NodeManager and ExprManager in src/expr/node_manager.{h,cpp} and
src/expr/expr_manager_template.{h,cpp}. You may also want "is*()" testers
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback