3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-25 05:13:32 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-05-02 12:10:29 -07:00 committed by Lev Nachmanson
parent 7ca94e8fef
commit e041fe95bc
3 changed files with 213 additions and 20 deletions

View file

@ -56,6 +56,7 @@ class int_solver {
lp_settings& settings();
const lp_settings& settings() const;
public:
bool at_bound(unsigned j) const;
bool has_lower(unsigned j) const;
bool has_upper(unsigned j) const;