SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
CoCoAGBSettings.h
Go to the documentation of this file.
1 /**
2  * @file CoCoAGBSettings.h
3  * @author YOUR NAME <YOUR EMAIL ADDRESS>
4  *
5  * @version 2017-11-29
6  * Created on 2017-11-29.
7  */
8 
9 #pragma once
10 
11 namespace smtrat
12 {
14  {
15  /// Name of the Module
16  static constexpr auto moduleName = "CoCoAGBModule<CoCoAGBSettings1>";
17  /**
18  * Example for a setting.
19  */
20  static const bool convert_inequalities = false;
21 
22  static constexpr bool always_return_unknown = false;
23  };
24 
26  static constexpr bool always_return_unknown = true;
27  };
28 }
Class to create the formulas for axioms.
static constexpr bool always_return_unknown
static const bool convert_inequalities
Example for a setting.
static constexpr auto moduleName
Name of the Module.
static constexpr bool always_return_unknown