SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
CurrySettings.h
Go to the documentation of this file.
1 /**
2  * @file CurrySettings.h
3  * @author Henrich Lauko <xlauko@mail.muni.cz>
4  * @author Dominika Krejci <dominika.krejci@rwth-aachen.de>
5  *
6  * @version 2018-11-18
7  * Created on 2018-11-18.
8  */
9 
10 #pragma once
11 
12 namespace smtrat
13 {
15  {
16  /// Name of the Module
17  static constexpr auto moduleName = "CurryModule<CurrySettings1>";
18  /**
19  * Example for a setting.
20  */
21  static const bool example_setting = true;
22  };
23 }
Class to create the formulas for axioms.
static constexpr auto moduleName
Name of the Module.
Definition: CurrySettings.h:17
static const bool example_setting
Example for a setting.
Definition: CurrySettings.h:21