48 #ifndef __CVC4__OPTIONS__ARRAYS_H
49 #define __CVC4__OPTIONS__ARRAYS_H
54 #line 26 "../../../src/options/base_options_template.h"
56 #define CVC4_OPTIONS__ARRAYS__FOR_OPTION_HOLDER \
57 arraysOptimizeLinear__option_t::type arraysOptimizeLinear; \
58 bool arraysOptimizeLinear__setByUser__; \
59 arraysLazyRIntro1__option_t::type arraysLazyRIntro1; \
60 bool arraysLazyRIntro1__setByUser__; \
61 arraysModelBased__option_t::type arraysModelBased; \
62 bool arraysModelBased__setByUser__; \
63 arraysEagerIndexSplitting__option_t::type arraysEagerIndexSplitting; \
64 bool arraysEagerIndexSplitting__setByUser__; \
65 arraysEagerLemmas__option_t::type arraysEagerLemmas; \
66 bool arraysEagerLemmas__setByUser__;
68 #line 30 "../../../src/options/base_options_template.h"
75 #line 8 "../../../src/options/../theory/arrays/options"
77 #line 11 "../../../src/options/../theory/arrays/options"
79 #line 14 "../../../src/options/../theory/arrays/options"
81 #line 17 "../../../src/options/../theory/arrays/options"
83 #line 20 "../../../src/options/../theory/arrays/options"
86 #line 38 "../../../src/options/base_options_template.h"
91 #line 8 "../../../src/options/../theory/arrays/options"
93 #line 8 "../../../src/options/../theory/arrays/options"
95 #line 8 "../../../src/options/../theory/arrays/options"
97 #line 8 "../../../src/options/../theory/arrays/options"
99 #line 11 "../../../src/options/../theory/arrays/options"
101 #line 11 "../../../src/options/../theory/arrays/options"
103 #line 11 "../../../src/options/../theory/arrays/options"
105 #line 11 "../../../src/options/../theory/arrays/options"
107 #line 14 "../../../src/options/../theory/arrays/options"
109 #line 14 "../../../src/options/../theory/arrays/options"
111 #line 14 "../../../src/options/../theory/arrays/options"
113 #line 14 "../../../src/options/../theory/arrays/options"
115 #line 17 "../../../src/options/../theory/arrays/options"
117 #line 17 "../../../src/options/../theory/arrays/options"
119 #line 17 "../../../src/options/../theory/arrays/options"
121 #line 17 "../../../src/options/../theory/arrays/options"
123 #line 20 "../../../src/options/../theory/arrays/options"
125 #line 20 "../../../src/options/../theory/arrays/options"
127 #line 20 "../../../src/options/../theory/arrays/options"
129 #line 20 "../../../src/options/../theory/arrays/options"
132 #line 44 "../../../src/options/base_options_template.h"
137 #line 8 "../../../src/options/../theory/arrays/options"
139 #line 8 "../../../src/options/../theory/arrays/options"
141 #line 8 "../../../src/options/../theory/arrays/options"
144 #line 11 "../../../src/options/../theory/arrays/options"
146 #line 11 "../../../src/options/../theory/arrays/options"
148 #line 11 "../../../src/options/../theory/arrays/options"
151 #line 14 "../../../src/options/../theory/arrays/options"
153 #line 14 "../../../src/options/../theory/arrays/options"
155 #line 14 "../../../src/options/../theory/arrays/options"
158 #line 17 "../../../src/options/../theory/arrays/options"
160 #line 17 "../../../src/options/../theory/arrays/options"
162 #line 17 "../../../src/options/../theory/arrays/options"
165 #line 20 "../../../src/options/../theory/arrays/options"
167 #line 20 "../../../src/options/../theory/arrays/options"
169 #line 20 "../../../src/options/../theory/arrays/options"
172 #line 50 "../../../src/options/base_options_template.h"
struct CVC4::options::arraysEagerLemmas__option_t arraysEagerLemmas
bool wasSetByUser() const
struct CVC4::options::arraysModelBased__option_t arraysModelBased
const T::type & operator[](T) const
Get the value of the given option.
bool wasSetByUser() const
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...
struct CVC4::options::arraysLazyRIntro1__option_t arraysLazyRIntro1
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
bool wasSetByUser() const
static Options & current()
Get the current Options in effect.
Macros that should be defined everywhere during the building of the libraries and driver binary...
struct CVC4::options::arraysEagerIndexSplitting__option_t arraysEagerIndexSplitting
bool wasSetByUser() const
struct CVC4::options::arraysOptimizeLinear__option_t arraysOptimizeLinear
bool wasSetByUser() const
void set(T, const typename T::type &)
Set the value of the given option.
Global (command-line, set-option, ...) parameters for SMT.