mirror of
https://github.com/Z3Prover/z3
synced 2025-09-02 08:10:43 +00:00
Nl2lin (#7795)
* add linearized projection in nlsat * implement nlsat check for given assignment * add some comments
This commit is contained in:
parent
a38af61d77
commit
4b4e8cbc6e
3 changed files with 272 additions and 2 deletions
|
@ -45,6 +45,7 @@ namespace nlsat {
|
|||
void set_minimize_cores(bool f);
|
||||
void set_factor(bool f);
|
||||
void set_signed_project(bool f);
|
||||
void set_linear_project(bool f);
|
||||
|
||||
/**
|
||||
\brief Given a set of literals ls[0], ... ls[n-1] s.t.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue