Skip to content

Commit

Permalink
remove hack
Browse files Browse the repository at this point in the history
  • Loading branch information
HanielB committed Feb 16, 2024
1 parent e593dff commit e348165
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/smt/proof_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,7 @@ void PfManager::printProof(std::ostream& out,
vpfpp.process(fp);
// print using ALF printer
proof::AlfPrinter alfp(d_env, anc);
// Add empty scope since definitions are flattened
// TODO: eliminate this by ensuring that the AletheProofPostprocess
// preserves the outermost 2 SCOPE.
std::vector<Node> emptyAssumps;
std::shared_ptr<ProofNode> fps = d_pnm->mkScope(fp, emptyAssumps, false);
alfp.print(out, fps);
alfp.print(out, fp);
}
else if (mode == options::ProofFormatMode::ALETHE)
{
Expand Down

0 comments on commit e348165

Please sign in to comment.