#include <parse.hpp>
Definition at line 19 of file parse.hpp.
◆ Parser()
Definition at line 48 of file parse.hpp.
49 : solver (s), internal (s->internal), external (s->external),
50 file (f), parse_inccnf_too (i), cubes (c) {}
◆ parse_dimacs()
| const char * CaDiCaL::Parser::parse_dimacs |
( |
int & | vars, |
|
|
int | strict ) |
Definition at line 425 of file cadical_parse.cpp.
425 {
426 CADICAL_assert (strict == FORCED || strict == RELAXED || strict == STRICT);
428 const char *err = parse_dimacs_non_profiled (vars, strict);
430 return err;
431}
#define CADICAL_assert(ignore)
◆ parse_solution()
| const char * CaDiCaL::Parser::parse_solution |
( |
| ) |
|
Definition at line 433 of file cadical_parse.cpp.
433 {
435 const char *err = parse_solution_non_profiled ();
437 return err;
438}
The documentation for this class was generated from the following files: