mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
545e1c0d31
commit
2d52367368
10 changed files with 62 additions and 43 deletions
|
@ -93,6 +93,10 @@ namespace euf {
|
|||
|
||||
virtual void new_eq_eh(euf::th_eq const& eq) {}
|
||||
|
||||
virtual bool use_diseqs() const { return false; }
|
||||
|
||||
virtual void new_diseq_eh(euf::enode* a, euf::enode* b) {}
|
||||
|
||||
/**
|
||||
\brief Parametric theories (e.g. Arrays) should implement this method.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue