mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
fix a typedef
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
22bec010ba
commit
fffd764226
3 changed files with 3 additions and 2 deletions
|
@ -38,6 +38,7 @@ void dep_intervals::set_interval_for_scalar(interval& a, const rational& v) {
|
|||
|
||||
|
||||
|
||||
|
||||
void dep_intervals::set_zero_interval(interval& i, u_dependency* dep) const {
|
||||
auto val = rational(0);
|
||||
m_config.set_lower(i, val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue