mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e1bc9cc0bb
commit
57c40e480b
8 changed files with 120 additions and 96 deletions
|
@ -93,6 +93,8 @@ namespace polysat {
|
|||
|
||||
void keep(signed_constraint c);
|
||||
|
||||
bool contains(signed_constraint c);
|
||||
|
||||
/** Perform boolean resolution with the clause upon variable 'var'.
|
||||
* Precondition: core/clause contain complementary 'var'-literals.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue