summaryrefslogtreecommitdiff
path: root/src/theory/output_channel.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2011-08-27 00:33:22 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2011-08-27 00:33:22 +0000
commit6e81c8b4b146d58d94eb0a84fa8392bae04595ff (patch)
tree7d289459a318d2dae1c7dddd8be95c2582423f54 /src/theory/output_channel.h
parent2faa78b68ca26f73e757f225f0786450e33c625f (diff)
Removing Theory::registerTerm() as discussed in the meeting. Now pre-register is called on all the theory terms and the foreign-terms also. This means, if x: REAL and f:REAL, that in f(x) >= 0, arithmetic gets pre-register call with x, f(x) and f(x) >= 0, while UF gets pre-register call with x, f(x).
Diffstat (limited to 'src/theory/output_channel.h')
-rw-r--r--src/theory/output_channel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/theory/output_channel.h b/src/theory/output_channel.h
index a9722690b..44aed8b17 100644
--- a/src/theory/output_channel.h
+++ b/src/theory/output_channel.h
@@ -54,12 +54,6 @@ public:
}
/**
- * Notify the OutputChannel that a new fact has been received by
- * the theory.
- */
- virtual void newFact(TNode n) { }
-
- /**
* With safePoint(), the theory signals that it is at a safe point
* and can be interrupted.
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback