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