SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
IntEqSettings.h
Go to the documentation of this file.
1 /**
2  * @file IntEqSettings.h
3  * @author YOUR NAME <YOUR EMAIL ADDRESS>
4  *
5  * @version 2014-11-24
6  * Created on 2014-11-24.
7  */
8 
9 
10 #pragma once
11 
12 namespace smtrat
13 {
15  {
16  static constexpr auto moduleName = "IntEqModule<IntEqSettings1>";
17  /**
18  * Example for a setting.
19  */
20  static const bool example_setting = true;
21  };
22 }
Class to create the formulas for axioms.
static const bool example_setting
Example for a setting.
Definition: IntEqSettings.h:20
static constexpr auto moduleName
Definition: IntEqSettings.h:16