3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

remove deprecated comment

This commit is contained in:
Nikolaj Bjorner 2021-11-24 11:26:13 +01:00
parent 21c604e7b4
commit b82c3cfd33

View file

@ -285,7 +285,6 @@ namespace polysat {
bool conflict::resolve_value(pvar v) {
// NOTE:
// In the "standard" case where "v = val" is on the stack:
// - cjust_v contains true constraints
// - core contains both false and true constraints (originally only false ones, but additional true ones may come from saturation)
if (is_bailout()) {