mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
change lar_terms to use column indices
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3313590b95
commit
c2e5cd78c8
13 changed files with 88 additions and 103 deletions
|
@ -82,7 +82,7 @@ public:
|
|||
bool is_real(unsigned j) const;
|
||||
const impq & lower_bound(unsigned j) const;
|
||||
const impq & upper_bound(unsigned j) const;
|
||||
bool column_is_int(unsigned j) const;
|
||||
bool column_is_int(column_index const& j) const;
|
||||
const impq & get_value(unsigned j) const;
|
||||
bool at_lower(unsigned j) const;
|
||||
bool at_upper(unsigned j) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue