Go to the source code of this file.
|
| bool | ContainsLiteral (absl::Span< const Literal > clause, Literal literal) |
| |
| bool | Resolve (absl::Span< const Literal > clause, absl::Span< const Literal > other_clause, Literal complementary_literal, VariablesAssignment *assignment, std::vector< Literal > *resolvent) |
| |
| bool | AddProblemClauses (const std::string &file_path, DratChecker *drat_checker) |
| |
| bool | AddInferedAndDeletedClauses (const std::string &file_path, DratChecker *drat_checker) |
| |
| bool | PrintClauses (const std::string &file_path, SatFormat format, const std::vector< std::vector< Literal > > &clauses, int num_variables) |
| |