48 #ifndef __CVC4__OPTIONS__DECISION_H
49 #define __CVC4__OPTIONS__DECISION_H
53 #line 9 "../../../src/options/../decision/options"
54 #include "decision/decision_mode.h"
55 #line 15 "../../../src/options/../decision/options"
56 #include "theory/decision_attributes.h"
58 #line 26 "../../../src/options/base_options_template.h"
60 #define CVC4_OPTIONS__DECISION__FOR_OPTION_HOLDER \
61 decisionMode__option_t::type decisionMode; \
62 bool decisionMode__setByUser__; \
63 decisionStopOnly__option_t::type decisionStopOnly; \
64 bool decisionStopOnly__setByUser__; \
65 decisionThreshold__option_t::type decisionThreshold; \
66 bool decisionThreshold__setByUser__; \
67 decisionUseWeight__option_t::type decisionUseWeight; \
68 bool decisionUseWeight__setByUser__; \
69 decisionRandomWeight__option_t::type decisionRandomWeight; \
70 bool decisionRandomWeight__setByUser__; \
71 decisionWeightInternal__option_t::type decisionWeightInternal; \
72 bool decisionWeightInternal__setByUser__;
74 #line 30 "../../../src/options/base_options_template.h"
81 #line 9 "../../../src/options/../decision/options"
83 #line 13 "../../../src/options/../decision/options"
85 #line 15 "../../../src/options/../decision/options"
87 #line 18 "../../../src/options/../decision/options"
89 #line 21 "../../../src/options/../decision/options"
91 #line 24 "../../../src/options/../decision/options"
94 #line 38 "../../../src/options/base_options_template.h"
99 #line 9 "../../../src/options/../decision/options"
101 #line 9 "../../../src/options/../decision/options"
103 #line 9 "../../../src/options/../decision/options"
105 #line 9 "../../../src/options/../decision/options"
107 #line 13 "../../../src/options/../decision/options"
109 #line 13 "../../../src/options/../decision/options"
111 #line 13 "../../../src/options/../decision/options"
113 #line 13 "../../../src/options/../decision/options"
115 #line 15 "../../../src/options/../decision/options"
117 #line 15 "../../../src/options/../decision/options"
119 #line 15 "../../../src/options/../decision/options"
121 #line 18 "../../../src/options/../decision/options"
123 #line 18 "../../../src/options/../decision/options"
125 #line 18 "../../../src/options/../decision/options"
127 #line 21 "../../../src/options/../decision/options"
129 #line 21 "../../../src/options/../decision/options"
131 #line 21 "../../../src/options/../decision/options"
133 #line 24 "../../../src/options/../decision/options"
135 #line 24 "../../../src/options/../decision/options"
137 #line 24 "../../../src/options/../decision/options"
140 #line 44 "../../../src/options/base_options_template.h"
145 #line 9 "../../../src/options/../decision/options"
147 #line 9 "../../../src/options/../decision/options"
149 #line 9 "../../../src/options/../decision/options"
152 #line 13 "../../../src/options/../decision/options"
154 #line 13 "../../../src/options/../decision/options"
156 #line 13 "../../../src/options/../decision/options"
159 #line 15 "../../../src/options/../decision/options"
161 #line 15 "../../../src/options/../decision/options"
164 #line 18 "../../../src/options/../decision/options"
166 #line 18 "../../../src/options/../decision/options"
169 #line 21 "../../../src/options/../decision/options"
171 #line 21 "../../../src/options/../decision/options"
174 #line 24 "../../../src/options/../decision/options"
176 #line 24 "../../../src/options/../decision/options"
179 #line 50 "../../../src/options/base_options_template.h"
bool wasSetByUser() const
decision::DecisionWeight type
struct CVC4::options::decisionWeightInternal__option_t decisionWeightInternal
bool wasSetByUser() const
decision::DecisionWeightInternal type
const T::type & operator[](T) const
Get the value of the given option.
bool wasSetByUser(T) const
Returns true iff the value of the given option was set by the user via a command-line option or SmtEn...
This is CVC4 release version For build and installation please see the INSTALL file included with this distribution This first official release of CVC4 is the result of more than three years of efforts by researchers at New York University and The University of Iowa The project leaders are Clark please refer to the AUTHORS file in the source distribution CVC4 is a tool for determining the satisfiability of a first order formula modulo a first order CVC CVC3 but does not directly incorporate code from any previous version CVC4 is intended to be an open and extensible SMT engine It can be used as a stand alone tool or as a library It has been designed to increase the performance and reduce the memory overhead of its predecessors It is written entirely in C and is released under a free software see the INSTALL file that comes with this distribution We recommend that you visit our CVC4 tutorials online please write to the cvc users cs nyu edu mailing list *if you need to report a bug with CVC4
decision::DecisionMode type
bool wasSetByUser() const
struct CVC4::options::decisionUseWeight__option_t decisionUseWeight
bool wasSetByUser() const
Global (command-line, set-option, ...) parameters for SMT.
static Options & current()
Get the current Options in effect.
Macros that should be defined everywhere during the building of the libraries and driver binary...
bool wasSetByUser() const
struct CVC4::options::decisionThreshold__option_t decisionThreshold
struct CVC4::options::decisionRandomWeight__option_t decisionRandomWeight
bool wasSetByUser() const
struct CVC4::options::decisionMode__option_t decisionMode
void set(T, const typename T::type &)
Set the value of the given option.
struct CVC4::options::decisionStopOnly__option_t decisionStopOnly