mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
more fpa
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
79162b96f3
commit
08a87b102c
10 changed files with 163 additions and 138 deletions
|
@ -86,6 +86,11 @@ namespace euf {
|
|||
\brief should function be included in model.
|
||||
*/
|
||||
virtual bool include_func_interp(func_decl* f) const { return false; }
|
||||
|
||||
/**
|
||||
\brief conclude model building
|
||||
*/
|
||||
virtual void finalize_model(model& mdl) {}
|
||||
};
|
||||
|
||||
class th_solver : public sat::extension, public th_model_builder, public th_decompile, public th_internalizer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue