mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
28996429df
commit
5ad486901e
4 changed files with 70 additions and 13 deletions
|
@ -472,6 +472,17 @@ namespace polysat {
|
|||
m_stashed_bounds.pop_back();
|
||||
}
|
||||
|
||||
template<typename Ext>
|
||||
void fixplex<Ext>::add_le(var_t v, var_t w) {
|
||||
NOT_IMPLEMENTED_YET();
|
||||
}
|
||||
|
||||
template<typename Ext>
|
||||
void fixplex<Ext>::add_lt(var_t v, var_t w) {
|
||||
NOT_IMPLEMENTED_YET();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Check if the coefficient b of y has the minimal number of trailing zeros.
|
||||
* In other words, the coefficient b is a multiple of the smallest power of 2.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue