mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
virtual
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cc4354ffd5
commit
c053c7f1c8
3 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,7 @@ namespace polysat {
|
|||
m_base2row(0),
|
||||
m_is_base(false)
|
||||
{}
|
||||
~var_info() override {}
|
||||
var_info& operator&=(mod_interval<numeral> const& range) {
|
||||
mod_interval<numeral>::operator=(range & *this);
|
||||
return *this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue