mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
drat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9cd339841a
commit
470bf27d1d
8 changed files with 128 additions and 73 deletions
|
@ -127,6 +127,13 @@ namespace euf {
|
|||
*/
|
||||
virtual bool is_shared(theory_var v) const { return false; }
|
||||
|
||||
|
||||
/**
|
||||
\brief Determine if argument n of parent p is a beta redex position
|
||||
*/
|
||||
|
||||
virtual bool is_beta_redex(euf::enode* p, euf::enode* n) const { return false; }
|
||||
|
||||
sat::status status() const { return sat::status::th(m_is_redundant, get_id()); }
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue