|
CBMC
|
#include <resolution_proof.h>
Inheritance diagram for resolution_prooft< T >:
Collaboration diagram for resolution_prooft< T >:Public Types | |
| typedef std::vector< T > | clausest |
Public Member Functions | |
| void | build_core (std::vector< bool > &in_core) |
Public Attributes | |
| clausest | clauses |
Definition at line 38 of file resolution_proof.h.
| typedef std::vector<T> resolution_prooft< T >::clausest |
Definition at line 41 of file resolution_proof.h.
| void resolution_prooft< T >::build_core | ( | std::vector< bool > & | in_core | ) |
Definition at line 16 of file resolution_proof.cpp.
| clausest resolution_prooft< T >::clauses |
Definition at line 42 of file resolution_proof.h.