ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
fnd0booleansolve
variant_solve_errors.h
Go to the documentation of this file.
1
/*
2
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
3
==================================================
4
Copyright 2015.
5
Siemens Product Lifecycle Management Software Inc.
6
All Rights Reserved.
7
==================================================
8
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
9
*/
10
17
#ifndef VARIANT_SOLVE_ERRORS_H
18
#define VARIANT_SOLVE_ERRORS_H
19
20
#include <
common/emh_const.h
>
21
28
#define VARSOLVE_error_base EMH_VARSOLVE_error_base
29
#define VARSOLVE_internal_error (VARSOLVE_error_base + 0)
30
#define VARSOLVE_solve_expr_too_complex (VARSOLVE_error_base + 1)
31
#define VARSOLVE_expr_is_not_normalized (VARSOLVE_error_base + 2)
32
#define VARSOLVE_expr_is_not_a_CNF (VARSOLVE_error_base + 3)
33
34
#define VARSOLVE_invalid_expr_opcode (VARSOLVE_error_base + 4)
35
39
#define VARSOLVE_object_is_not_variant_configurable (VARSOLVE_error_base + 5)
40
43
#endif