mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
prepare for new viable
This commit is contained in:
parent
b0bf03457c
commit
d86570ce75
8 changed files with 99 additions and 13 deletions
|
@ -103,7 +103,7 @@ namespace polysat {
|
|||
/** Perform value resolution by applying various inference rules.
|
||||
* Returns true if it was possible to eliminate the variable 'v'.
|
||||
*/
|
||||
bool resolve_value(pvar v, vector<signed_constraint> const& cjust_v);
|
||||
bool resolve_value(pvar v);
|
||||
|
||||
/** Convert the core into a lemma to be learned. */
|
||||
clause_builder build_lemma();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue