3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-05 09:37:44 +00:00
This commit is contained in:
Jakob Rath 2023-02-22 16:30:57 +01:00
parent c76379c0cf
commit a8bfd01190
2 changed files with 10 additions and 8 deletions

View file

@ -173,7 +173,7 @@ namespace polysat {
public:
saturation(solver& s);
void perform(pvar v, conflict& core);
bool perform(pvar v, signed_constraint const& sc, conflict& core);
bool perform(pvar v, signed_constraint sc, conflict& core);
};
/*