3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00
This commit is contained in:
Jakob Rath 2023-07-21 16:28:48 +02:00
parent 4859858bba
commit 6c2772c9da

View file

@ -553,6 +553,7 @@ namespace polysat {
clause_ref slicing::conflict_clause() {
NOT_IMPLEMENTED_YET(); // TODO: call explain and build clause as described in notes at the top
return {};
}
void slicing::egraph_on_propagate(enode* lit, enode* ante) {