mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
provide access to saturation for selected constraints
This commit is contained in:
parent
33902c7c9e
commit
a6b49d8b4e
3 changed files with 44 additions and 30 deletions
|
@ -113,7 +113,8 @@ namespace polysat {
|
|||
|
||||
public:
|
||||
saturation(solver& s);
|
||||
bool perform(pvar v, conflict& core);
|
||||
void perform(pvar v, conflict& core);
|
||||
bool perform(pvar v, signed_constraint const& sc, conflict& core);
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue