SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
LOG.h
Go to the documentation of this file.
1
2
#pragma once
3
4
namespace
smtrat
{
5
class
LOG
:
public
carl::Singleton<LOG>{
6
friend
class
carl::Singleton<
LOG
>;
7
8
public
:
9
bool
debugEnabled
=
false
;
10
bool
isDebugEnabled
() {
11
return
debugEnabled
;
12
}
13
};
14
}
smtrat::LOG
Definition:
LOG.h:5
smtrat::LOG::isDebugEnabled
bool isDebugEnabled()
Definition:
LOG.h:10
smtrat::LOG::debugEnabled
bool debugEnabled
Definition:
LOG.h:9
smtrat
Class to create the formulas for axioms.
Definition:
handle_options.h:10
smtrat-modules
NRAILModule
LOG.h
Generated by
1.9.1