mirror of
https://github.com/Z3Prover/z3
synced 2025-10-03 22:43:56 +00:00
tuning for seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f6be76aec5
commit
af758dea4a
5 changed files with 64 additions and 16 deletions
|
@ -2153,6 +2153,9 @@ namespace smt {
|
|||
*/
|
||||
template<typename Ext>
|
||||
bool theory_arith<Ext>::is_shared(theory_var v) const {
|
||||
if (!m_found_underspecified_op) {
|
||||
return false;
|
||||
}
|
||||
enode * n = get_enode(v);
|
||||
enode * r = n->get_root();
|
||||
enode_vector::const_iterator it = r->begin_parents();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue