mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 09:37:44 +00:00
minor
This commit is contained in:
parent
c76379c0cf
commit
a8bfd01190
2 changed files with 10 additions and 8 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue