mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
prep for pragmas
This commit is contained in:
parent
6670cf0b65
commit
dcc01b874a
10 changed files with 124 additions and 78 deletions
|
@ -59,10 +59,11 @@ namespace dimacs {
|
|||
// a node populates m_node_id, m_name, m_args
|
||||
// a bool def populates m_node_id and one element in m_args
|
||||
sat::literal_vector m_lits;
|
||||
sat::status m_status{ sat::status::redundant() };
|
||||
unsigned m_node_id{ 0 };
|
||||
sat::status m_status = sat::status::redundant();
|
||||
unsigned m_node_id = 0;
|
||||
std::string m_name;
|
||||
unsigned_vector m_args;
|
||||
std::string m_pragma;
|
||||
};
|
||||
|
||||
struct drat_pp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue