Public Member Functions | |
__init__ (self, descr, ctx=None) | |
__deepcopy__ (self, memo={}) | |
__del__ (self) | |
size (self) | |
__len__ (self) | |
get_name (self, i) | |
get_kind (self, n) | |
get_documentation (self, n) | |
__getitem__ (self, arg) | |
__repr__ (self) |
Data Fields | |
ctx = _get_ctx(ctx) | |
descr = descr |
Set of parameter descriptions for Solvers, Tactics and Simplifiers in Z3.
__init__ | ( | self, | |
descr, | |||
ctx = None ) |
Definition at line 5583 of file z3py.py.
__del__ | ( | self | ) |
Definition at line 5592 of file z3py.py.
__deepcopy__ | ( | self, | |
memo = {} ) |
__getitem__ | ( | self, | |
arg ) |
__len__ | ( | self | ) |
Return the size of in the parameter description `self`.
Definition at line 5601 of file z3py.py.
Referenced by AstVector.__getitem__(), and AstVector.__setitem__().
__repr__ | ( | self | ) |
get_documentation | ( | self, | |
n ) |
Return the documentation string of the parameter named `n`.
Definition at line 5616 of file z3py.py.
get_kind | ( | self, | |
n ) |
Return the kind of the parameter named `n`.
Definition at line 5611 of file z3py.py.
Referenced by __getitem__().
get_name | ( | self, | |
i ) |
Return the i-th parameter name in the parameter description `self`.
Definition at line 5606 of file z3py.py.
Referenced by __getitem__().
size | ( | self | ) |
Return the size of in the parameter description `self`.
Definition at line 5596 of file z3py.py.
Referenced by Goal.__len__(), and __len__().
ctx = _get_ctx(ctx) |
Definition at line 5585 of file z3py.py.
Referenced by AstMap.__contains__(), AstVector.__copy__(), FuncInterp.__copy__(), Goal.__copy__(), ModelRef.__copy__(), AstMap.__deepcopy__(), AstVector.__deepcopy__(), FuncEntry.__deepcopy__(), FuncInterp.__deepcopy__(), Goal.__deepcopy__(), ModelRef.__deepcopy__(), __deepcopy__(), Statistics.__deepcopy__(), AstMap.__del__(), AstVector.__del__(), FuncEntry.__del__(), FuncInterp.__del__(), Goal.__del__(), ModelRef.__del__(), __del__(), Solver.__del__(), Statistics.__del__(), AstMap.__getitem__(), AstVector.__getitem__(), ModelRef.__getitem__(), Statistics.__getitem__(), AstMap.__len__(), AstVector.__len__(), ModelRef.__len__(), Statistics.__len__(), AstMap.__repr__(), __repr__(), Statistics.__repr__(), AstMap.__setitem__(), AstVector.__setitem__(), FuncEntry.arg_value(), FuncInterp.arity(), Goal.as_expr(), Solver.assert_and_track(), Goal.assert_exprs(), Solver.assert_exprs(), Solver.check(), Goal.convert_model(), ModelRef.decls(), Goal.depth(), Goal.dimacs(), FuncInterp.else_value(), FuncInterp.entry(), AstMap.erase(), ModelRef.eval(), Goal.get(), get_documentation(), ModelRef.get_interp(), Statistics.get_key_value(), get_kind(), get_name(), ModelRef.get_sort(), ModelRef.get_universe(), Goal.inconsistent(), AstMap.keys(), Statistics.keys(), Solver.model(), FuncEntry.num_args(), FuncInterp.num_entries(), Solver.num_scopes(), ModelRef.num_sorts(), Solver.pop(), Goal.prec(), ModelRef.project(), ModelRef.project_with_witness(), AstVector.push(), Solver.push(), AstMap.reset(), Solver.reset(), AstVector.resize(), Solver.set(), AstVector.sexpr(), Goal.sexpr(), ModelRef.sexpr(), Goal.size(), size(), AstVector.translate(), Goal.translate(), ModelRef.translate(), and FuncEntry.value().
descr = descr |
Definition at line 5586 of file z3py.py.
Referenced by __deepcopy__(), __del__(), __repr__(), get_documentation(), get_kind(), get_name(), and size().