3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-07-02 13:30:15 -07:00
parent cc4354ffd5
commit c053c7f1c8
3 changed files with 4 additions and 0 deletions

View file

@ -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;