mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 13:38:43 -05:00
When theory raises a conflict, it is analysed, and the backtracck clause that result is added to the solver, however, I didn't find yet a satisfying answer as to wether the original clause is implied (or not) by this backtrack clause, so in order not to lose information, we also add the original conflict clause when it comes from the theory (because if not, then it comes from a conflict detected during propgation, so the conflict clause is actually already attached). |
||
|---|---|---|
| .. | ||
| expr_intf.ml | ||
| external.ml | ||
| external.mli | ||
| formula_intf.ml | ||
| internal.ml | ||
| internal.mli | ||
| plugin_intf.ml | ||
| res.ml | ||
| res.mli | ||
| res_intf.ml | ||
| solver_intf.ml | ||
| solver_types.ml | ||
| solver_types.mli | ||
| solver_types_intf.ml | ||
| theory_intf.ml | ||