rename internal sat method; more tests

This commit is contained in:
Laurent Perron
2025-04-03 16:12:45 +02:00
parent d7fe4ae48f
commit c06d62f0cb
23 changed files with 16294 additions and 90 deletions

View File

@@ -257,7 +257,7 @@ class SatPresolver {
// Finds the literal from the clause that occur the less in the clause
// database.
Literal FindLiteralWithShortestOccurrenceList(
const std::vector<Literal>& clause);
absl::Span<const Literal> clause);
LiteralIndex FindLiteralWithShortestOccurrenceListExcluding(
const std::vector<Literal>& clause, Literal to_exclude);