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 }
Definition: LOG.h:5
bool isDebugEnabled()
Definition: LOG.h:10
bool debugEnabled
Definition: LOG.h:9
Class to create the formulas for axioms.