1
0
mirror of synced 2026-02-20 14:45:06 +00:00

Missing newline

This commit is contained in:
Gus Smith
2026-02-06 17:45:00 -08:00
parent f062a0c8d6
commit 2bb352a861

View File

@@ -1225,7 +1225,7 @@ ezSATvec ezSAT::vec(const std::vector<int> &vec)
void ezSAT::printDIMACS(FILE *f, bool verbose, const std::vector<std::vector<int>> &extraClauses) const
{
if (cnfConsumed) {
fprintf(stderr, "Usage error: printDIMACS() must not be called after cnfConsumed()!");
fprintf(stderr, "Usage error: printDIMACS() must not be called after cnfConsumed()!\n");
abort();
}