3
0
Fork 0
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:
Nikolaj Bjorner 2022-12-08 19:17:35 -08:00
parent 33902c7c9e
commit a6b49d8b4e
3 changed files with 44 additions and 30 deletions

View file

@ -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);
};
/*