summaryrefslogtreecommitdiff
path: root/src/theory/mkrewriter
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-06-14 01:08:11 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-06-14 01:08:11 +0000
commitdd713fdbc16b07adc8011dea09b53fb3bc168662 (patch)
treecc58788ed58fd86c5aaa58c0fafa2bbb0f8b6567 /src/theory/mkrewriter
parent1267706e0c508ada17d75c07c4606eb108ae5309 (diff)
* removing rewriteEquality from the rewriter
* theories now get either an assertion from the SAT solver (normalized) or an (dis-)equality between two shared terms that is non-normalized
Diffstat (limited to 'src/theory/mkrewriter')
-rwxr-xr-xsrc/theory/mkrewriter6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/theory/mkrewriter b/src/theory/mkrewriter
index 780409d52..71a8ea097 100755
--- a/src/theory/mkrewriter
+++ b/src/theory/mkrewriter
@@ -47,8 +47,6 @@ post_rewrite_calls=
post_rewrite_get_cache=
post_rewrite_set_cache=
-rewrite_equality_calls=
-
seen_theory=false
seen_theory_builtin=false
@@ -140,9 +138,6 @@ function rewriter {
post_rewrite_set_cache="${post_rewrite_set_cache} case ${theory_id}: return RewriteAttibute<${theory_id}>::setPostRewriteCache(node, cache);
"
- rewrite_equality_calls="${rewrite_equality_calls} case ${theory_id}: return ${class}::rewriteEquality(node);
-"
-
lineno=${BASH_LINENO[0]}
check_theory_seen
}
@@ -235,7 +230,6 @@ for var in \
rewriter_includes \
pre_rewrite_calls \
post_rewrite_calls \
- rewrite_equality_calls \
pre_rewrite_get_cache \
post_rewrite_get_cache \
pre_rewrite_set_cache \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback