mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
snapshot
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
314f03c12c
commit
13c97d12a8
2 changed files with 33 additions and 2 deletions
|
@ -78,6 +78,7 @@ namespace smt {
|
|||
lbool normalize_ineq(arg_t& args, int& k);
|
||||
literal compile_arg(expr* arg);
|
||||
void add_watch(literal l, ineq* c);
|
||||
void assign_watch(bool_var v, bool is_true, watch_list& watch, unsigned index);
|
||||
|
||||
std::ostream& display(std::ostream& out, ineq& c) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue