Skip to content

Commit

Permalink
fix TSTP output
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRawson committed Jun 23, 2021
1 parent e143912 commit 86a0228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/tstp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub(crate) fn print_proof<W: Write>(
};
writeln!(w, "% SZS status {} for {}", status, name)?;
if !options.quiet {
writeln!(w, "% SZS output begin ListOfCNF for {}", name)?;
writeln!(w, "% SZS output start ListOfCNF for {}", name)?;
ground.print_proof(w, matrix)?;
writeln!(w, "% SZS output end ListOfCNF for {}", name)?;
}
Expand Down

0 comments on commit 86a0228

Please sign in to comment.