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