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
{
14
struct
CurrySettings1
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
}
smtrat
Class to create the formulas for axioms.
Definition:
handle_options.h:10
smtrat::CurrySettings1
Definition:
CurrySettings.h:15
smtrat::CurrySettings1::moduleName
static constexpr auto moduleName
Name of the Module.
Definition:
CurrySettings.h:17
smtrat::CurrySettings1::example_setting
static const bool example_setting
Example for a setting.
Definition:
CurrySettings.h:21
smtrat-modules
CurryModule
CurrySettings.h
Generated by
1.9.1