#include "options/smt_options.h"
#include "proof/alethe/alethe_node_converter.h"
#include "proof/alethe/alethe_post_processor.h"
+#include "proof/alethe/alethe_printer.h"
#include "proof/dot/dot_printer.h"
#include "proof/lfsc/lfsc_post_processor.h"
#include "proof/lfsc/lfsc_printer.h"
proof::AletheNodeConverter anc;
proof::AletheProofPostprocess vpfpp(d_pnm.get(), anc);
vpfpp.process(fp);
+ proof::AletheProofPrinter vpp;
+ vpp.print(out, fp);
}
else if (options().proof.proofFormatMode == options::ProofFormatMode::LFSC)
{