OKlibrary
0.2.1.6
|
Boolean assignments with resettable queue for (elementary) assignments to be processed. More...
#include <AssignmentsWithBuffer.hpp>
Public Member Functions | |
BAssignmentWithRQueue (const typename base_class::index_type n) | |
bool | push_forced (const typename base_class::literal_type x) |
bool | push_free (const typename base_class::literal_type x) |
void | reset () |
Boolean assignments with resettable queue for (elementary) assignments to be processed.
Definition at line 162 of file AssignmentsWithBuffer.hpp.
OKlib::Satisfiability::Assignments::TotalAssignments::BAssignmentWithRQueue< Lit >::BAssignmentWithRQueue | ( | const typename base_class::index_type | n | ) | [inline] |
Definition at line 166 of file AssignmentsWithBuffer.hpp.
bool OKlib::Satisfiability::Assignments::TotalAssignments::BAssignmentWithRQueue< Lit >::push_forced | ( | const typename base_class::literal_type | x | ) | [inline] |
Definition at line 168 of file AssignmentsWithBuffer.hpp.
References OKlib::Satisfiability::Assignments::TotalAssignments::BAssignmentWithQueue< Lit >::push().
Referenced by OKlib::Satisfiability::Assignments::TotalAssignments::BAssignmentWithRQueue< Lit >::push_free().
bool OKlib::Satisfiability::Assignments::TotalAssignments::BAssignmentWithRQueue< Lit >::push_free | ( | const typename base_class::literal_type | x | ) | [inline] |
Definition at line 171 of file AssignmentsWithBuffer.hpp.
References OKlib::Satisfiability::Assignments::TotalAssignments::BAssignmentWithRQueue< Lit >::push_forced().
void OKlib::Satisfiability::Assignments::TotalAssignments::BAssignmentWithRQueue< Lit >::reset | ( | ) | [inline] |
Definition at line 177 of file AssignmentsWithBuffer.hpp.