mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
Enable model construction and evaluation for theory functions that may be uninterpreted. To fix issue #237
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7169fc469e
commit
feba64b739
5 changed files with 75 additions and 52 deletions
|
@ -412,6 +412,10 @@ namespace smt {
|
|||
return 0;
|
||||
}
|
||||
|
||||
virtual bool include_func_interp(func_decl* f) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
// Model checker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue