From 65798541fa437278cde0c759ab70fd9fa4fe9638 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Thu, 12 Jul 2012 18:30:15 +0000 Subject: merged fmf-devel branch, includes support for SMT2 command get-value and (extended) SMT command get-model. added collectModelInfo and removed getValue from theory interface. merge also includes major updates to finite model finding module (from CASC), added fmf options, some updates to strong solver and quantifiers engine interface. The test recursion_breaker_black currently fails for me on production builds, Morgan is planning to look into this. --- src/theory/example/theory_uf_tim.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/theory/example') diff --git a/src/theory/example/theory_uf_tim.h b/src/theory/example/theory_uf_tim.h index 41e58349a..5a6732bc4 100644 --- a/src/theory/example/theory_uf_tim.h +++ b/src/theory/example/theory_uf_tim.h @@ -143,12 +143,11 @@ public: void explain(TNode n) {} /** - * Get a theory value. + * Get model * - * Overloads Node getValue(TNode n); from theory.h. * See theory/theory.h for more information about this method. */ - Node getValue(TNode n) { + void collectModelInfo( TheoryModel* m ){ Unimplemented("TheoryUFTim doesn't support model generation"); } -- cgit v1.2.3