mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 13:58:45 +00:00
added rule names to duality output
This commit is contained in:
parent
b935e1e71a
commit
dc793907a5
|
@ -240,6 +240,10 @@ static void print_proof(dl_interface *d, std::ostream& out, Solver::Counterexamp
|
|||
out << " " << cex.tree->Eval(&edge,edge.F.IndParams[i]);
|
||||
out << ")\n";
|
||||
|
||||
// print the rule number
|
||||
|
||||
out << " rule!" << node.Outgoing->map->number;
|
||||
|
||||
// print the substitution
|
||||
|
||||
out << " (subst\n";
|
||||
|
|
Loading…
Reference in a new issue