mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ffc3a36dcb
commit
a0f0b53686
7 changed files with 80 additions and 45 deletions
|
@ -134,7 +134,8 @@ namespace opt {
|
|||
char const * logic = "", char const * status = "unknown", char const * attributes = "");
|
||||
|
||||
private:
|
||||
void decrement_value(unsigned i, inf_eps& val);
|
||||
lbool decrement_value(unsigned i, inf_eps& val);
|
||||
void set_model(unsigned i);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue