mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 02:57:50 +00:00
debugging lia2maxsat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
370a4b66de
commit
ddb30c51b5
5 changed files with 104 additions and 65 deletions
|
@ -74,9 +74,9 @@ namespace opt {
|
|||
rational weight(unsigned idx) const { return m_weights[idx]; }
|
||||
|
||||
void commit_assignment();
|
||||
inf_eps get_value() const;
|
||||
inf_eps get_lower() const;
|
||||
inf_eps get_upper() const;
|
||||
rational get_value() const;
|
||||
rational get_lower() const;
|
||||
rational get_upper() const;
|
||||
void update_lower(rational const& r);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue