mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 11:41:22 +00:00
'na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f90439fdc5
commit
0af249d651
2 changed files with 1 additions and 5 deletions
|
@ -2005,11 +2005,6 @@ public:
|
|||
}
|
||||
|
||||
bool can_propagate() {
|
||||
#if 0
|
||||
if (ctx().at_base_level() && has_delayed_constraints()) {
|
||||
// we could add the delayed constraints here directly to the tableau instead of using bounds variables.
|
||||
}
|
||||
#endif
|
||||
return m_asserted_atoms.size() > m_asserted_qhead;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue