SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Go to the source code of this file.
Data Structures | |
class | smtrat::PolyTreePool |
Namespaces | |
smtrat | |
Class to create the formulas for axioms. | |
Macros | |
#define | POOL_LOCK_GUARD std::lock_guard<std::mutex> lock( mMutexPool ); |
#define | POOL_LOCK mMutexPool.lock(); |
#define | POOL_UNLOCK mMutexPool.unlock(); |
Definition in file PolyTreePool.h.
#define POOL_LOCK mMutexPool.lock(); |
Definition at line 24 of file PolyTreePool.h.
#define POOL_LOCK_GUARD std::lock_guard<std::mutex> lock( mMutexPool ); |
Definition at line 23 of file PolyTreePool.h.
#define POOL_UNLOCK mMutexPool.unlock(); |
Definition at line 25 of file PolyTreePool.h.