SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
CubeLIASettings.h
Go to the documentation of this file.
1
/**
2
* @file CubeLIASettings.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
CubeLIASettings1
14
{
15
/// Name of the Module
16
static
constexpr
auto
moduleName
=
"CubeLIAModule<CubeLIASettings1>"
;
17
/**
18
*
19
*/
20
static
const
bool
exclude_unsatisfiable_cube_space
=
false
;
21
22
};
23
}
smtrat
Class to create the formulas for axioms.
Definition:
handle_options.h:10
smtrat::CubeLIASettings1
Definition:
CubeLIASettings.h:14
smtrat::CubeLIASettings1::moduleName
static constexpr auto moduleName
Name of the Module.
Definition:
CubeLIASettings.h:16
smtrat::CubeLIASettings1::exclude_unsatisfiable_cube_space
static const bool exclude_unsatisfiable_cube_space
Definition:
CubeLIASettings.h:20
smtrat-modules
CubeLIAModule
CubeLIASettings.h
Generated by
1.9.1