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