mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
unresolved in nla_intervals
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
a4ad71bf33
commit
9ce2733105
4 changed files with 19 additions and 5 deletions
4
src/math/lp/nla_intervals.cpp
Normal file → Executable file
4
src/math/lp/nla_intervals.cpp
Normal file → Executable file
|
@ -107,15 +107,17 @@ namespace nla {
|
|||
|
||||
lp::impq intervals::get_upper_bound_of_monomial(lpvar j) const {
|
||||
SASSERT(false);
|
||||
throw;
|
||||
}
|
||||
|
||||
lp::impq intervals::get_lower_bound_of_monomial(lpvar j) const {
|
||||
SASSERT(false);
|
||||
throw;
|
||||
}
|
||||
|
||||
bool intervals::product_has_upper_bound(int sign, const svector<lpvar>&) const {
|
||||
interval a;
|
||||
|
||||
throw;
|
||||
}
|
||||
|
||||
bool intervals::monomial_has_lower_bound(lpvar j) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue