mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 05:00:51 +00:00
tweaking nlqsat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5fbfc0f9f7
commit
29f0897afc
3 changed files with 27 additions and 12 deletions
|
@ -166,7 +166,7 @@ namespace nlsat {
|
|||
void get_rvalues(assignment& as);
|
||||
void set_rvalues(assignment const& as);
|
||||
|
||||
void get_bvalues(svector<lbool>& vs);
|
||||
void get_bvalues(svector<bool_var> const& bvars, svector<lbool>& vs);
|
||||
void set_bvalues(svector<lbool> const& vs);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue