Skip to content

Commit

Permalink
Disabled test output
Browse files Browse the repository at this point in the history
  • Loading branch information
schulzs committed Nov 26, 2020
1 parent 41869f1 commit 5e6ae01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PROVER/eprover.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ int main(int argc, char* argv[])
proofcontrol = ProofControlAlloc();
ProofControlInit(proofstate, proofcontrol, h_parms,
fvi_parms, wfcb_definitions, hcb_definitions);
HeuristicParmsPrint(stdout, h_parms);
// HeuristicParmsPrint(stdout, h_parms);

// Unfold definitions and re-normalize
preproc_removed += ClauseSetUnfoldEqDefNormalize(proofstate->axioms,
Expand Down

0 comments on commit 5e6ae01

Please sign in to comment.