Inheritance diagram for Context:Protected Member Functions | |
| Context (long m_ctx) | |
The main interaction with Z3 happens via the Context. For applications that spawn an unbounded number of contexts, the proper use is within a try-with-resources scope so that the Context object gets garbage collected in a predictable way. Contexts maintain all data-structures related to terms and formulas that are created relative to them.
Definition at line 36 of file Context.java.
|
inline |
Definition at line 40 of file Context.java.
|
inlineprotected |
Definition at line 47 of file Context.java.
|
inline |
Constructor. Remarks: The following parameters can be set:
Global.setParameter Definition at line 72 of file Context.java.
Bind a definition to a recursive function declaration. The function must have previously been created using MkRecFuncDecl. The body may contain recursive uses of the function or other mutually recursive functions.
Definition at line 654 of file Context.java.
Create a probe that evaluates to true when the value p1 and p2 evaluate to true.
Definition at line 3690 of file Context.java.
|
inline |
Create a simplifier that applies t1 and then t1
Definition at line 3520 of file Context.java.
Create a tactic that applies t1 to a Goal and then t2 to every subgoal produced by t1
Definition at line 3286 of file Context.java.
|
inline |
Convert a benchmark into an SMT-LIB formatted string.
| name | Name of the benchmark. The argument is optional. |
| logic | The benchmark logic. |
| status | The status string (sat, unsat, or unknown) |
| attributes | Other attributes, such as source, difficulty or category. |
| assumptions | Auxiliary assumptions. |
| formula | Formula to be checked for consistency in conjunction with assumptions. |
Definition at line 3164 of file Context.java.
|
inline |
Create a character from a bit-vector (code point).
Definition at line 2756 of file Context.java.
|
inline |
Create a bit-vector (code point) from character.
Definition at line 2747 of file Context.java.
Create an integer (code point) from character.
Definition at line 2738 of file Context.java.
|
inline |
Disposes of the context.
Definition at line 4783 of file Context.java.
Create a tactic that applies t1 to a given goal if the probe p evaluates to true and t2 otherwise.
Definition at line 3368 of file Context.java.
|
inline |
Create a probe that always evaluates to val.
Definition at line 3620 of file Context.java.
Create a probe that evaluates to true when the value returned by p1 is equal to the value returned by p2
Definition at line 3679 of file Context.java.
Referenced by AstRef.__eq__(), SortRef.cast(), and FiniteSetSortRef.cast().
|
inline |
Create a tactic always fails.
Definition at line 3399 of file Context.java.
Create a tactic that fails if the probe p evaluates to false.
Definition at line 3408 of file Context.java.
|
inline |
Create a tactic that fails if the goal is not trivially satisfiable (i.e., empty) or trivially unsatisfiable (i.e., contains ‘false’).
Definition at line 3419 of file Context.java.
Create a probe that evaluates to true when the value returned by p1 is greater than or equal the value returned by p2
Definition at line 3667 of file Context.java.
|
inline |
Retrieves the Boolean sort of the context.
Definition at line 128 of file Context.java.
Get the element sort (basis) of a finite set sort.
Definition at line 2196 of file Context.java.
Referenced by FiniteSetSort.getBasis().
|
inline |
Retrieves the Integer sort of the context.
Definition at line 139 of file Context.java.
|
inline |
The number of supported Probes.
Definition at line 3582 of file Context.java.
|
inline |
The number of supported simplifiers.
Definition at line 3482 of file Context.java.
|
inline |
The number of supported tactics.
Definition at line 3247 of file Context.java.
|
inline |
Returns a string containing a description of the probe with the given name.
Definition at line 3604 of file Context.java.
|
inline |
The names of all supported Probes.
Definition at line 3590 of file Context.java.
|
inline |
Retrieves the Real sort of the context.
Definition at line 150 of file Context.java.
|
inline |
Returns a string containing a description of the simplifier with the given name.
Definition at line 3504 of file Context.java.
|
inline |
The names of all supported simplifiers.
Definition at line 3490 of file Context.java.
|
inline |
Retrieves parameter descriptions for simplifier.
Definition at line 4714 of file Context.java.
Retrieves the String sort of the context.
Definition at line 178 of file Context.java.
|
inline |
Returns a string containing a description of the tactic with the given name.
Definition at line 3269 of file Context.java.
|
inline |
The names of all supported tactics.
Definition at line 3255 of file Context.java.
Create a probe that evaluates to true when the value returned by p1 is greater than the value returned by p2
Definition at line 3641 of file Context.java.
|
inline |
Interrupt the execution of a Z3 procedure. Remarks: This procedure can be used to interrupt: solvers, simplifiers and tactics.
Definition at line 3474 of file Context.java.
Convert an integer expression to a string.
Definition at line 2351 of file Context.java.
|
inline |
Check if a sort is a finite set sort.
Definition at line 2187 of file Context.java.
Create a probe that evaluates to true when the value returned by p1 is less than or equal the value returned by p2
Definition at line 3654 of file Context.java.
Create a probe that evaluates to true when the value returned by p1 is less than the value returned by p2
Definition at line 3629 of file Context.java.
Create an expression representing t[0] + t[1] + ....
Definition at line 983 of file Context.java.
Create regular expression that accepts all characters R has to be a sequence sort. Corresponds to re.allchar
Definition at line 2712 of file Context.java.
Create an expression representing t[0] and t[1] and ....
Definition at line 961 of file Context.java.
Referenced by Goal.AsBoolExpr().
Create a new function application.
Definition at line 846 of file Context.java.
Referenced by ListSort< R extends Sort >.getNil().
|
inline |
Create an array constant.
Definition at line 1871 of file Context.java.
|
inline |
Create an array constant.
Definition at line 1862 of file Context.java.
|
inline |
Create Extentionality index. Two arrays are equal if and only if they are equal on the index returned by MkArrayExt.
Definition at line 2039 of file Context.java.
Create a new array sort.
Definition at line 230 of file Context.java.
Create a new array sort.
Definition at line 241 of file Context.java.
Create an as-array expression from a function declaration.
| f | the function declaration to lift into an array. Must have exactly one domain sort. |
Definition at line 2030 of file Context.java.
Retrieve sequence of length one at index.
Definition at line 2450 of file Context.java.
Create an at-least-k constraint.
Definition at line 2783 of file Context.java.
Create an at-most-k constraint.
Definition at line 2774 of file Context.java.
|
inline |
|
inline |
Creates a Boolean value.
Definition at line 872 of file Context.java.
Referenced by UserPropagatorBase.conflict().
|
inline |
Create a Boolean constant.
Definition at line 781 of file Context.java.
|
inline |
Create a new Boolean sort.
Definition at line 161 of file Context.java.
Creates a new bound variable.
| index | The de-Bruijn index of the variable |
| ty | The sort of the variable |
Definition at line 714 of file Context.java.
|
inline |
Create a bit-vector numeral.
| v | value of the numeral. |
| size | the size of the bit-vector |
Definition at line 2976 of file Context.java.
|
inline |
Create a bit-vector numeral.
| v | value of the numeral. * |
| size | the size of the bit-vector |
Definition at line 2986 of file Context.java.
|
inline |
Create a bit-vector numeral.
| v | A string representing the value in decimal notation. |
| size | the size of the bit-vector |
Definition at line 2966 of file Context.java.
|
inline |
Create an integer from the bit-vector argument t. Remarks: If is_signed is false, then the bit-vector t1 is treated as unsigned. So the result is non-negative and in the range [0..2^N-1], where N are the number of bits in t. If is_signed is true, t1 is treated as a signed bit-vector.
NB. This function is essentially treated as uninterpreted. So you cannot expect Z3 to precisely reflect the semantics of this function when solving constraints with this function.
The argument must be of bit-vector sort.
Definition at line 1742 of file Context.java.
|
inline |
Two's complement addition. Remarks: The arguments must have the same bit-vector sort.
Definition at line 1305 of file Context.java.
|
inline |
Create a predicate that checks that the bit-wise addition does not overflow. Remarks: The arguments must be of bit-vector sort.
Definition at line 1754 of file Context.java.
|
inline |
Create a predicate that checks that the bit-wise addition does not underflow. Remarks: The arguments must be of bit-vector sort.
Definition at line 1768 of file Context.java.
|
inline |
Bitwise conjunction. Remarks: The arguments must have a bit-vector sort.
Definition at line 1216 of file Context.java.
|
inline |
Arithmetic shift right Remarks: It is like logical shift right except that the most significant bits of the result always copy the most significant bit of the second argument.
NB. The semantics of shift operations varies between environments. This definition does not necessarily capture directly the semantics of the programming language or assembly architecture you are modeling.
The arguments must have a bit-vector sort.
Definition at line 1650 of file Context.java.
|
inline |
Creates a bit-vector constant.
Definition at line 837 of file Context.java.
|
inline |
Creates a bit-vector constant.
Definition at line 829 of file Context.java.
|
inline |
Logical shift right Remarks: It is equivalent to unsigned division by 2^x where x is the value of t2.
NB. The semantics of shift operations varies between environments. This definition does not necessarily capture directly the semantics of the programming language or assembly architecture you are modeling.
The arguments must have a bit-vector sort.
Definition at line 1630 of file Context.java.
|
inline |
Two's complement multiplication. Remarks: The arguments must have the same bit-vector sort.
Definition at line 1331 of file Context.java.
|
inline |
Create a predicate that checks that the bit-wise multiplication does not overflow. Remarks: The arguments must be of bit-vector sort.
Definition at line 1836 of file Context.java.
|
inline |
Create a predicate that checks that the bit-wise multiplication does not underflow. Remarks: The arguments must be of bit-vector sort.
Definition at line 1850 of file Context.java.
|
inline |
Bitwise NAND. Remarks: The arguments must have a bit-vector sort.
Definition at line 1255 of file Context.java.
|
inline |
Standard two's complement unary minus. Remarks: The arguments must have a bit-vector sort.
Definition at line 1294 of file Context.java.
|
inline |
Create a predicate that checks that the bit-wise negation does not overflow. Remarks: The arguments must be of bit-vector sort.
Definition at line 1824 of file Context.java.
|
inline |
Bitwise NOR. Remarks: The arguments must have a bit-vector sort.
Definition at line 1268 of file Context.java.
|
inline |
Bitwise negation. Remarks: The argument must have a bit-vector sort.
Definition at line 1181 of file Context.java.
|
inline |
Bitwise disjunction. Remarks: The arguments must have a bit-vector sort.
Definition at line 1229 of file Context.java.
|
inline |
Take conjunction of bits in a vector, return vector of length 1.
Remarks: The argument must have a bit-vector sort.
Definition at line 1192 of file Context.java.
|
inline |
Take disjunction of bits in a vector, return vector of length 1.
Remarks: The argument must have a bit-vector sort.
Definition at line 1204 of file Context.java.
|
inline |
Rotate Left. Remarks: Rotate bits of t1 to the left t2 times. The arguments must have the same bit-vector sort.
Definition at line 1688 of file Context.java.
|
inline |
Rotate Left. Remarks: Rotate bits of t to the left i times. The argument t must have a bit-vector sort.
Definition at line 1663 of file Context.java.
|
inline |
Rotate Right. Remarks: Rotate bits of t1 to the rightt2 times. The arguments must have the same bit-vector sort.
Definition at line 1703 of file Context.java.
|
inline |
Rotate Right. Remarks: Rotate bits of t to the right i times. The argument t must have a bit-vector sort.
Definition at line 1675 of file Context.java.
|
inline |
Signed division. Remarks: It is defined in the following way:
floor of t1/t2 if t2 is different from zero, and t1*t2 >= 0.ceiling of t1/t2 if t2 is different from zero, and t1*t2 < 0.If t2 is zero, then the result is undefined. The arguments must have the same bit-vector sort.
Definition at line 1367 of file Context.java.
|
inline |
Create a predicate that checks that the bit-wise signed division does not overflow. Remarks: The arguments must be of bit-vector sort.
Definition at line 1810 of file Context.java.
|
inline |
Two's complement signed greater than or equal to. Remarks: The arguments must have the same bit-vector sort.
Definition at line 1492 of file Context.java.
|
inline |
Two's complement signed greater-than. Remarks: The arguments must have the same bit-vector sort.
Definition at line 1518 of file Context.java.
|
inline |
Shift left. Remarks: It is equivalent to multiplication by 2^x where x is the value of t2.
NB. The semantics of shift operations varies between environments. This definition does not necessarily capture directly the semantics of the programming language or assembly architecture you are modeling.
The arguments must have a bit-vector sort.
Definition at line 1611 of file Context.java.
|
inline |
Two's complement signed less-than or equal to. Remarks: The arguments must have the same bit-vector sort.
Definition at line 1466 of file Context.java.
|
inline |
Two's complement signed less-than Remarks: The arguments must have the same bit-vector sort.
Definition at line 1440 of file Context.java.
|
inline |
Two's complement signed remainder (sign follows divisor). Remarks: If t2 is zero, then the result is undefined. The arguments must have the same bit-vector sort.
Definition at line 1414 of file Context.java.
|
inline |
Signed remainder. Remarks: It is defined as t1 - (t1 /s t2) * t2, where /s represents signed division. The most significant bit (sign) of the result is equal to the most significant bit of t1.
If t2 is zero, then the result is undefined. The arguments must have the same bit-vector sort.
Definition at line 1400 of file Context.java.
|
inline |
Two's complement subtraction. Remarks: The arguments must have the same bit-vector sort.
Definition at line 1318 of file Context.java.
|
inline |
Create a predicate that checks that the bit-wise subtraction does not overflow. Remarks: The arguments must be of bit-vector sort.
Definition at line 1782 of file Context.java.
|
inline |
Create a predicate that checks that the bit-wise subtraction does not underflow. Remarks: The arguments must be of bit-vector sort.
Definition at line 1796 of file Context.java.
|
inline |
Unsigned division. Remarks: It is defined as the floor of t1/t2 if t2 is different from zero. If t2 is zero, then the result is undefined. The arguments must have the same bit-vector sort.
Definition at line 1346 of file Context.java.
|
inline |
Unsigned greater than or equal to. Remarks: The arguments must have the same bit-vector sort.
Definition at line 1479 of file Context.java.
|
inline |
Unsigned greater-than. Remarks: The arguments must have the same bit-vector sort.
Definition at line 1505 of file Context.java.
|
inline |
Unsigned less-than or equal to. Remarks: The arguments must have the same bit-vector sort.
Definition at line 1453 of file Context.java.
|
inline |
Unsigned less-than Remarks: The arguments must have the same bit-vector sort.
Definition at line 1427 of file Context.java.
|
inline |
Unsigned remainder. Remarks: It is defined as t1 - (t1 /u t2) * t2, where /u represents unsigned division. If t2 is zero, then the result is undefined. The arguments must have the same bit-vector sort.
Definition at line 1382 of file Context.java.
|
inline |
Bitwise XNOR. Remarks: The arguments must have a bit-vector sort.
Definition at line 1281 of file Context.java.
|
inline |
Bitwise XOR. Remarks: The arguments must have a bit-vector sort.
Definition at line 1242 of file Context.java.
Create less than or equal to between two characters.
Definition at line 2729 of file Context.java.
|
inline |
Creates character sort object.
Definition at line 170 of file Context.java.
Create the complement regular expression.
Definition at line 2643 of file Context.java.
|
inline |
Bit-vector concatenation. Remarks: The arguments must have a bit-vector sort.
n1+n2, where n1 (n2) is the size of t1 (t2). Definition at line 1536 of file Context.java.
Concatenate sequences.
Definition at line 2384 of file Context.java.
Create the concatenation of regular languages.
Definition at line 2653 of file Context.java.
Creates a fresh constant from the FuncDecl f.
| f | A decl of a 0-arity function |
Definition at line 773 of file Context.java.
Creates a new Constant of sort range and named name.
Definition at line 753 of file Context.java.
Creates a new Constant of sort range and named name.
Definition at line 738 of file Context.java.
|
inline |
Create a constant array. Remarks: The resulting term is an array, such that a select on an arbitrary index produces the value v.
Definition at line 1979 of file Context.java.
Creates a new constant function declaration.
Definition at line 690 of file Context.java.
Creates a new constant function declaration.
Definition at line 680 of file Context.java.
|
inline |
Create a datatype constructor.
Definition at line 365 of file Context.java.
|
inline |
Create a datatype constructor.
| name | constructor name |
| recognizer | name of recognizer function. |
| fieldNames | names of the constructor fields. |
| sorts | field sorts, 0 if the field sort refers to a recursive sort. |
| sortRefs | reference to datatype sort that is an argument to the constructor; if the corresponding sort reference is 0, then the value in sort_refs should be an index referring to one of the recursive datatypes that is declared. |
Definition at line 355 of file Context.java.
|
inline |
Check for sequence containment of s2 in s1.
Definition at line 2421 of file Context.java.
|
inline |
Create a new datatype sort.
Definition at line 384 of file Context.java.
|
inline |
Create a new datatype sort.
Definition at line 374 of file Context.java.
|
inline |
Create mutually recursive data-types.
Definition at line 470 of file Context.java.
|
inline |
Create mutually recursive datatypes.
| names | names of datatype sorts |
| c | list of constructors, one list per sort. |
Definition at line 444 of file Context.java.
Create a difference regular expression.
Definition at line 2682 of file Context.java.
Creates a distinct term.
Definition at line 892 of file Context.java.
|
inline |
Create an expression representing t1 / t2.
Definition at line 1025 of file Context.java.
Creates an integer divisibility predicate (t1 divides t2). Remarks: Both arguments must have integer sort.
Definition at line 1169 of file Context.java.
Create the empty regular expression. Corresponds to re.none
Definition at line 2693 of file Context.java.
Sequences, Strings and regular expressions. Create the empty sequence.
Definition at line 2317 of file Context.java.
Create an empty set.
Definition at line 2059 of file Context.java.
|
inline |
Create a new enumeration sort.
Definition at line 300 of file Context.java.
Create a new enumeration sort.
Definition at line 289 of file Context.java.
Creates the equality x = y
Definition at line 880 of file Context.java.
|
inline |
Creates an existential quantifier using a list of constants that will form the set of bound variables.
Definition at line 3054 of file Context.java.
|
inline |
Creates an existential quantifier using de-Bruijn indexed variables.
Definition at line 3041 of file Context.java.
|
inline |
Extract subsequence.
Definition at line 2469 of file Context.java.
|
inline |
Bit-vector extraction. Remarks: Extract the bits high down to low from a bitvector of size m to yield a new bitvector of size n, where n = high - low + 1. The argument t must have a bit-vector sort.
Definition at line 1552 of file Context.java.
|
inline |
The false Term.
Definition at line 864 of file Context.java.
|
inline |
Create a new finite domain sort.
Definition at line 338 of file Context.java.
|
inline |
Create a new finite domain sort.
Definition at line 328 of file Context.java.
Create the difference of two finite sets.
Definition at line 2243 of file Context.java.
Create an empty finite set.
Definition at line 2205 of file Context.java.
Filter a finite set with a predicate.
Definition at line 2292 of file Context.java.
Create the intersection of two finite sets.
Definition at line 2233 of file Context.java.
Map a function over all elements in a finite set.
Definition at line 2282 of file Context.java.
Check for membership in a finite set.
Definition at line 2253 of file Context.java.
Create a finite set containing integers in the range [low, high].
Definition at line 2302 of file Context.java.
Create a singleton finite set.
Definition at line 2214 of file Context.java.
Get the cardinality of a finite set.
Definition at line 2263 of file Context.java.
|
inline |
Finite Sets Create a finite set sort over the given element sort.
Definition at line 2178 of file Context.java.
Check if one finite set is a subset of another.
Definition at line 2272 of file Context.java.
Create the union of two finite sets.
Definition at line 2223 of file Context.java.
|
inline |
Create a Fixedpoint context.
Definition at line 3788 of file Context.java.
|
inline |
Creates a universal quantifier using a list of constants that will form the set of bound variables.
Definition at line 3028 of file Context.java.
|
inline |
Create a universal Quantifier.
| sorts | the sorts of the bound variables. |
| names | names of the bound variables |
| body | the body of the quantifier. |
| weight | quantifiers are associated with weights indicating the importance of using the quantifier during instantiation. By default, pass the weight 0. |
| patterns | array containing the patterns created using MkPattern. |
| noPatterns | array containing the anti-patterns created using MkPattern. |
| quantifierID | optional symbol to track quantifier. |
| skolemID | optional symbol to track skolem constants. |
weight is the weight, patterns is an array of patterns, sorts is an array with the sorts of the bound variables, names is an array with the 'names' of the bound variables, and body is the body of the quantifier. Quantifiers are associated with weights indicating the importance of using the quantifier during instantiation. Note that the bound variables are de-Bruijn indices created using {#mkBound}. Z3 applies the convention that the last element in names and sorts refers to the variable with index 0, the second to last element of names and sorts refers to the variable with index 1, etc. Definition at line 3016 of file Context.java.
Create a numeral of FloatingPoint sort from a sign bit and two integers.
| sgn | the sign. |
| exp | the exponent. |
| sig | the significand. |
| s | FloatingPoint sort. |
| Z3Exception |
Definition at line 4118 of file Context.java.
Create a numeral of FloatingPoint sort from a sign bit and two 64-bit integers.
| sgn | the sign. |
| exp | the exponent. |
| sig | the significand. |
| s | FloatingPoint sort. |
| Z3Exception |
Definition at line 4131 of file Context.java.
Create a numeral of FloatingPoint sort from a double.
| v | numeral value. |
| s | FloatingPoint sort. |
| Z3Exception |
Definition at line 4093 of file Context.java.
|
inline |
Create an expression of FloatingPoint sort from three bit-vector expressions.
| sgn | bit-vector term (of size 1) representing the sign. |
| sig | bit-vector term representing the significand. |
| exp | bit-vector term representing the exponent. Remarks: This is the operator named ‘fp’ in the SMT FP theory definition. Note that sgn is required to be a bit-vector of size 1. Significand and exponent are required to be greater than 1 and 2 respectively. The FloatingPoint sort of the resulting expression is automatically determined from the bit-vector sizes of the arguments. |
| Z3Exception |
Definition at line 4416 of file Context.java.
Create a numeral of FloatingPoint sort from a float.
| v | numeral value. |
| s | FloatingPoint sort. |
| Z3Exception |
Definition at line 4082 of file Context.java.
Create a numeral of FloatingPoint sort from an int.
| v | numeral value. |
| s | FloatingPoint sort. |
| Z3Exception |
Definition at line 4105 of file Context.java.
Floating-point absolute value
| t | floating-point term |
| Z3Exception |
Definition at line 4142 of file Context.java.
Floating-point addition
| rm | rounding mode term |
| t1 | floating-point term |
| t2 | floating-point term |
| Z3Exception |
Definition at line 4164 of file Context.java.
Floating-point division
| rm | rounding mode term |
| t1 | floating-point term |
| t2 | floating-point term |
| Z3Exception |
Definition at line 4200 of file Context.java.
Floating-point equality.
| t1 | floating-point term |
| t2 | floating-point term Remarks: Note that this is IEEE 754 equality (as opposed to standard =). |
| Z3Exception |
Definition at line 4328 of file Context.java.
|
inline |
Floating-point fused multiply-add
| rm | rounding mode term |
| t1 | floating-point term |
| t2 | floating-point term |
| t3 | floating-point term Remarks: The result is round((t1 * t2) + t3) |
| Z3Exception |
Definition at line 4215 of file Context.java.
Floating-point greater than or equal.
| t1 | floating-point term |
| t2 | floating-point term |
| Z3Exception |
Definition at line 4304 of file Context.java.
Floating-point greater than.
| t1 | floating-point term |
| t2 | floating-point term |
| Z3Exception |
Definition at line 4315 of file Context.java.
Create a floating-point infinity of sort s.
| s | FloatingPoint sort. |
| negative | indicates whether the result should be negative. |
| Z3Exception |
Definition at line 4001 of file Context.java.
Predicate indicating whether t is a floating-point number representing +oo or -oo.
| t | floating-point term |
| Z3Exception |
Definition at line 4368 of file Context.java.
Predicate indicating whether t is a NaN.
| t | floating-point term |
| Z3Exception |
Definition at line 4378 of file Context.java.
Predicate indicating whether t is a negative floating-point number.
| t | floating-point term |
| Z3Exception |
Definition at line 4388 of file Context.java.
Predicate indicating whether t is a normal floating-point number.\
| t | floating-point term |
| Z3Exception |
Definition at line 4338 of file Context.java.
Predicate indicating whether t is a positive floating-point number.
| t | floating-point term |
| Z3Exception |
Definition at line 4398 of file Context.java.
Predicate indicating whether t is a subnormal floating-point number.\
| t | floating-point term |
| Z3Exception |
Definition at line 4348 of file Context.java.
Predicate indicating whether t is a floating-point number with zero value, i.e., +0 or -0.
| t | floating-point term |
| Z3Exception |
Definition at line 4358 of file Context.java.
Floating-point less than or equal.
| t1 | floating-point term |
| t2 | floating-point term |
| Z3Exception |
Definition at line 4282 of file Context.java.
Floating-point less than.
| t1 | floating-point term |
| t2 | floating-point term |
| Z3Exception |
Definition at line 4293 of file Context.java.
Maximum of floating-point numbers.
| t1 | floating-point term |
| t2 | floating-point term |
| Z3Exception |
Definition at line 4271 of file Context.java.
Minimum of floating-point numbers.
| t1 | floating-point term |
| t2 | floating-point term |
| Z3Exception |
Definition at line 4260 of file Context.java.
Floating-point multiplication
| rm | rounding mode term |
| t1 | floating-point term |
| t2 | floating-point term |
| Z3Exception |
Definition at line 4188 of file Context.java.
Create a NaN of sort s.
| s | FloatingPoint sort. |
| Z3Exception |
Definition at line 3990 of file Context.java.
Floating-point negation
| t | floating-point term |
| Z3Exception |
Definition at line 4152 of file Context.java.
Create a numeral of FloatingPoint sort from a sign bit and two integers.
| sgn | the sign. |
| exp | the exponent. |
| sig | the significand. |
| s | FloatingPoint sort. |
| Z3Exception |
Definition at line 4058 of file Context.java.
Create a numeral of FloatingPoint sort from a sign bit and two 64-bit integers.
| sgn | the sign. |
| exp | the exponent. |
| sig | the significand. |
| s | FloatingPoint sort. |
| Z3Exception |
Definition at line 4071 of file Context.java.
Create a numeral of FloatingPoint sort from a double.
| v | numeral value. |
| s | FloatingPoint sort. |
| Z3Exception |
Definition at line 4034 of file Context.java.
Create a numeral of FloatingPoint sort from a float.
| v | numeral value. |
| s | FloatingPoint sort. |
| Z3Exception |
Definition at line 4023 of file Context.java.
Create a numeral of FloatingPoint sort from an int.
| v | numeral value. |
| s | FloatingPoint sort. |
| Z3Exception |
Definition at line 4045 of file Context.java.
Floating-point remainder
| t1 | floating-point term |
| t2 | floating-point term |
| Z3Exception |
Definition at line 4237 of file Context.java.
|
inline |
Create a numeral of RoundingMode sort which represents the NearestTiesToAway rounding mode.
| Z3Exception |
Definition at line 3842 of file Context.java.
|
inline |
Create a numeral of RoundingMode sort which represents the NearestTiesToEven rounding mode.
| Z3Exception |
Definition at line 3824 of file Context.java.
|
inline |
Create the floating-point RoundingMode sort.
| Z3Exception |
Definition at line 3806 of file Context.java.
|
inline |
Create a numeral of RoundingMode sort which represents the NearestTiesToAway rounding mode.
| Z3Exception |
Definition at line 3833 of file Context.java.
|
inline |
Create a numeral of RoundingMode sort which represents the NearestTiesToEven rounding mode.
| Z3Exception |
Definition at line 3815 of file Context.java.
Floating-point roundToIntegral. Rounds a floating-point number to the closest integer, again represented as a floating-point number.
| rm | term of RoundingMode sort |
| t | floating-point term |
| Z3Exception |
Definition at line 4249 of file Context.java.
|
inline |
Create a numeral of RoundingMode sort which represents the RoundTowardNegative rounding mode.
| Z3Exception |
Definition at line 3869 of file Context.java.
|
inline |
Create a numeral of RoundingMode sort which represents the RoundTowardPositive rounding mode.
| Z3Exception |
Definition at line 3851 of file Context.java.
|
inline |
Create a numeral of RoundingMode sort which represents the RoundTowardZero rounding mode.
| Z3Exception |
Definition at line 3887 of file Context.java.
|
inline |
Create a numeral of RoundingMode sort which represents the RoundTowardNegative rounding mode.
| Z3Exception |
Definition at line 3878 of file Context.java.
|
inline |
Create a numeral of RoundingMode sort which represents the RoundTowardPositive rounding mode.
| Z3Exception |
Definition at line 3860 of file Context.java.
|
inline |
Create a numeral of RoundingMode sort which represents the RoundTowardZero rounding mode.
| Z3Exception |
Definition at line 3896 of file Context.java.
|
inline |
Create a FloatingPoint sort.
| ebits | exponent bits in the FloatingPoint sort. |
| sbits | significand bits in the FloatingPoint sort. |
| Z3Exception |
Definition at line 3907 of file Context.java.
|
inline |
Create the quadruple-precision (128-bit) FloatingPoint sort.
| Z3Exception |
Definition at line 3979 of file Context.java.
|
inline |
Create the half-precision (16-bit) FloatingPoint sort.
| Z3Exception |
Definition at line 3925 of file Context.java.
|
inline |
Create the single-precision (32-bit) FloatingPoint sort.
| Z3Exception |
Definition at line 3943 of file Context.java.
|
inline |
Create the double-precision (64-bit) FloatingPoint sort.
| Z3Exception |
Definition at line 3961 of file Context.java.
|
inline |
Create the double-precision (64-bit) FloatingPoint sort.
| Z3Exception |
Definition at line 3952 of file Context.java.
|
inline |
Create the half-precision (16-bit) FloatingPoint sort.
| Z3Exception |
Definition at line 3916 of file Context.java.
|
inline |
Create the quadruple-precision (128-bit) FloatingPoint sort.
| Z3Exception |
Definition at line 3970 of file Context.java.
|
inline |
Create the single-precision (32-bit) FloatingPoint sort.
| Z3Exception |
Definition at line 3934 of file Context.java.
Floating-point square root
| rm | rounding mode term |
| t | floating-point term |
| Z3Exception |
Definition at line 4226 of file Context.java.
Floating-point subtraction
| rm | rounding mode term |
| t1 | floating-point term |
| t2 | floating-point term |
| Z3Exception |
Definition at line 4176 of file Context.java.
|
inline |
Conversion of a floating-point term into a bit-vector.
| rm | RoundingMode term. |
| t | FloatingPoint term |
| sz | Size of the resulting bit-vector. |
| signed | Indicates whether the result is a signed or unsigned bit-vector. Remarks: Produces a term that represents the conversion of the floating-point term t into a bit-vector term of size sz in 2's complement format (signed when signed==true). If necessary, the result will be rounded according to rounding mode rm. |
| Z3Exception |
Definition at line 4517 of file Context.java.
|
inline |
Conversion of a single IEEE 754-2008 bit-vector into a floating-point number.
| bv | bit-vector value (of size m). |
| s | FloatingPoint sort (ebits+sbits == m) Remarks: Produces a term that represents the conversion of a bit-vector term bv to a floating-point term of sort s. The bit-vector size of bv (m) must be equal to ebits+sbits of s. The format of the bit-vector is as defined by the IEEE 754-2008 interchange format. |
| Z3Exception |
Definition at line 4432 of file Context.java.
Conversion of a 2's complement signed bit-vector term into a term of FloatingPoint sort.
| rm | RoundingMode term. |
| t | term of bit-vector sort. |
| s | FloatingPoint sort. |
| signed | flag indicating whether t is interpreted as signed or unsigned bit-vector. Remarks: Produces a term that represents the conversion of the bit-vector term t into a floating-point term of sort s. The bit-vector t is taken to be in signed 2's complement format (when signed==true, otherwise unsigned). If necessary, the result will be rounded according to rounding mode rm. |
| Z3Exception |
Definition at line 4482 of file Context.java.
|
inline |
Conversion of a real-sorted significand and an integer-sorted exponent into a term of FloatingPoint sort.
| rm | RoundingMode term. |
| exp | Exponent term of Int sort. |
| sig | Significand term of Real sort. |
| s | FloatingPoint sort. Remarks: Produces a term that represents the conversion of sig * 2^exp into a floating-point term of sort s. If necessary, the result will be rounded according to rounding mode rm. |
| Z3Exception |
Definition at line 4567 of file Context.java.
Conversion of a FloatingPoint term into another term of different FloatingPoint sort.
| rm | RoundingMode term. |
| t | FloatingPoint term. |
| s | FloatingPoint sort. Remarks: Produces a term that represents the conversion of a floating-point term t to a floating-point term of sort s. If necessary, the result will be rounded according to rounding mode rm. |
| Z3Exception |
Definition at line 4448 of file Context.java.
Conversion of a term of real sort into a term of FloatingPoint sort.
| rm | RoundingMode term. |
| t | term of Real sort. |
| s | FloatingPoint sort. Remarks: Produces a term that represents the conversion of term t of real sort into a floating-point term of sort s. If necessary, the result will be rounded according to rounding mode rm. |
| Z3Exception |
Definition at line 4464 of file Context.java.
Conversion of a floating-point number to another FloatingPoint sort s.
| s | FloatingPoint sort |
| rm | floating-point rounding mode term |
| t | floating-point term Remarks: Produces a term that represents the conversion of a floating-point term t to a different FloatingPoint sort s. If necessary, rounding according to rm is applied. |
| Z3Exception |
Definition at line 4500 of file Context.java.
|
inline |
Conversion of a floating-point term into a bit-vector term in IEEE 754-2008 format.
| t | FloatingPoint term. Remarks: The size of the resulting bit-vector is automatically determined. Note that IEEE 754-2008 allows multiple different representations of NaN. This conversion knows only one NaN and it will always produce the same bit-vector representation of that NaN. |
| Z3Exception |
Definition at line 4549 of file Context.java.
Conversion of a floating-point term into a real-numbered term.
| t | FloatingPoint term Remarks: Produces a term that represents the conversion of the floating-point term t into a real number. Note that this type of conversion will often result in non-linear constraints over real terms. |
| Z3Exception |
Definition at line 4534 of file Context.java.
Create a floating-point zero of sort s.
| s | FloatingPoint sort. |
| negative | indicates whether the result should be negative. |
| Z3Exception |
Definition at line 4012 of file Context.java.
Creates a fresh Constant of sort range and a name prefixed with prefix.
Definition at line 762 of file Context.java.
Creates a fresh constant function declaration with a name prefixed with prefix.
Definition at line 702 of file Context.java.
|
inline |
Creates a fresh function declaration with a name prefixed with prefix.
Definition at line 669 of file Context.java.
Create the full regular expression. Corresponds to re.all
Definition at line 2702 of file Context.java.
Create the full set.
Definition at line 2069 of file Context.java.
Creates a new function declaration.
Definition at line 627 of file Context.java.
Creates a new function declaration.
Definition at line 616 of file Context.java.
Creates a new function declaration.
Definition at line 603 of file Context.java.
Creates a new function declaration.
Definition at line 577 of file Context.java.
Create an expression representing t1 >= t2
Definition at line 1109 of file Context.java.
|
inline |
Creates a new Goal. Remarks: Note that the Context must have been created with proof generation support if proofs is set to true here.
| models | Indicates whether model generation should be enabled. |
| unsatCores | Indicates whether unsat core generation should be enabled. |
| proofs | Indicates whether proof generation should be enabled. |
Definition at line 3231 of file Context.java.
Create an expression representing t1 > t2
Definition at line 1098 of file Context.java.
Create an expression representing t1 iff t2.
Definition at line 927 of file Context.java.
Create an expression representing t1 -> t2.
Definition at line 938 of file Context.java.
|
inline |
Extract index of sub-string starting at offset.
Definition at line 2478 of file Context.java.
|
inline |
Check for regular expression membership.
Definition at line 2582 of file Context.java.
|
inline |
Create an integer numeral.
| v | value of the numeral. |
v and sort Integer Definition at line 2941 of file Context.java.
|
inline |
Create an integer numeral.
| v | value of the numeral. |
v and sort Integer Definition at line 2954 of file Context.java.
|
inline |
Create an integer numeral.
| v | A string representing the Term value in decimal notation. |
Definition at line 2928 of file Context.java.
|
inline |
Create an n bit bit-vector from the integer argument t. Remarks: NB. This function is essentially treated as uninterpreted. So you cannot expect Z3 to precisely reflect the semantics of this function when solving constraints with this function.
The argument must be of integer sort.
Definition at line 1721 of file Context.java.
Coerce an integer to a real. Remarks: There is also a converse operation exposed. It follows the semantics prescribed by the SMT-LIB standard.
You can take the floor of a real by creating an auxiliary integer Term k and asserting MakeInt2Real(k) <= t1 < MkInt2Real(k)+1. The argument must be of integer sort.
Definition at line 1127 of file Context.java.
|
inline |
Creates an integer constant.
Definition at line 805 of file Context.java.
Creates an integer constant.
Definition at line 797 of file Context.java.
Create the intersection of regular languages.
Definition at line 2673 of file Context.java.
|
inline |
Create a new integer sort.
Definition at line 206 of file Context.java.
Create a check if the character is a digit.
Definition at line 2765 of file Context.java.
Creates an expression that checks whether a real number is an integer.
Definition at line 1149 of file Context.java.
|
inline |
Create an expression representing an if-then-else: ite(t1, t2, t3).
| t1 | An expression with Boolean sort |
| t2 | An expression |
| t3 | An expression with the same sort as t2 |
Definition at line 915 of file Context.java.
Create a lambda expression.
Creates a lambda expression using a list of constants that will form the set of bound variables.
Definition at line 3126 of file Context.java.
|
inline |
Create a lambda expression.
sorts is an array with the sorts of the bound variables, names is an array with the 'names' of the bound variables, and body is the body of the lambda. Note that the bound variables are de-Bruijn indices created using {#mkBound} Z3 applies the convention that the last element in names and sorts refers to the variable with index 0, the second to last element of names and sorts refers to the variable with index 1, etc.
| sorts | the sorts of the bound variables. |
| names | names of the bound variables. |
| body | the body of the quantifier. |
Definition at line 3115 of file Context.java.
|
inline |
Extract the last index of sub-string.
Definition at line 2487 of file Context.java.
Create an expression representing t1 <= t2
Definition at line 1087 of file Context.java.
Retrieve the length of a given sequence.
Definition at line 2394 of file Context.java.
Creates or a linear order.
| index | The index of the order. |
| sort | The sort of the order. |
Definition at line 4577 of file Context.java.
Create a new list sort.
Definition at line 319 of file Context.java.
Create a new list sort.
Definition at line 309 of file Context.java.
Take the lower-bounded Kleene star of a regular expression.
Definition at line 2616 of file Context.java.
Take the lower and upper-bounded Kleene star of a regular expression.
Definition at line 2608 of file Context.java.
Create an expression representing t1 < t2
Definition at line 1076 of file Context.java.
|
inline |
Maps f on the argument arrays. Remarks: Each element of args must be of an array sort [domain_i -> range_i]. The function declaration f must have type range_1 .. range_n -> range. v must have sort range. The sort of the result is [domain_i -> range].
Definition at line 2001 of file Context.java.
Create an expression representing t1 mod t2. Remarks: The arguments must have int type.
Definition at line 1038 of file Context.java.
Create an expression representing t[0] * t[1] * ....
Definition at line 994 of file Context.java.
Create an expression representing not(a).
Definition at line 902 of file Context.java.
Retrieve element at index.
Definition at line 2459 of file Context.java.
Create a Term of a given sort. This function can be used to create numerals that fit in a machine integer. It is slightly faster than MakeNumeral since it is not necessary to parse a string.
| v | Value of the numeral |
| ty | Sort of the numeral |
v and type ty Definition at line 2844 of file Context.java.
Create a Term of a given sort. This function can be used to create numerals that fit in a machine integer. It is slightly faster than MakeNumeral since it is not necessary to parse a string.
| v | Value of the numeral |
| ty | Sort of the numeral |
v and type ty Definition at line 2860 of file Context.java.
Create a Term of a given sort.
| v | A string representing the term value in decimal notation. If the given sort is a real, then the Term can be a rational, that is, a string of the form [num]* / [num]*. |
| ty | The sort of the numeral. In the current implementation, the given sort can be an int, real, or bit-vectors of arbitrary size. |
v and sort ty Definition at line 2827 of file Context.java.
|
inline |
Create a Optimize context.
Definition at line 3796 of file Context.java.
Create the optional regular expression.
Definition at line 2634 of file Context.java.
Create an expression representing t[0] or t[1] or ....
Definition at line 972 of file Context.java.
|
inline |
Creates a new ParameterSet.
Definition at line 3239 of file Context.java.
Creates a partial order.
| index | The index of the order. |
| sort | The sort of the order. |
Definition at line 4593 of file Context.java.
Create a quantifier pattern.
Definition at line 724 of file Context.java.
Create a pseudo-Boolean equal constraint.
Definition at line 2810 of file Context.java.
Create a pseudo-Boolean greater-or-equal constraint.
Definition at line 2801 of file Context.java.
Create a pseudo-Boolean less-or-equal constraint.
Definition at line 2792 of file Context.java.
Creates a piecewise linear order.
| index | The index of the order. |
| sort | The sort of the order. |
Definition at line 4624 of file Context.java.
Take the Kleene plus of a regular expression.
Definition at line 2625 of file Context.java.
|
inline |
Create an expression representing t1 ^ t2.
Definition at line 1062 of file Context.java.
|
inline |
Check for sequence prefix.
Definition at line 2403 of file Context.java.
|
inline |
Creates a new Probe.
Definition at line 3612 of file Context.java.
|
inline |
Definition at line 585 of file Context.java.
|
inline |
Create a Quantifier
Definition at line 3085 of file Context.java.
|
inline |
Create a Quantifier.
Definition at line 3067 of file Context.java.
|
inline |
Create a range expression.
Definition at line 2720 of file Context.java.
|
inline |
Create a real from a fraction.
| num | numerator of rational. |
| den | denominator of rational. |
num/den and sort Real Definition at line 2876 of file Context.java.
|
inline |
Create a real numeral.
| v | value of the numeral. |
v and sort Real Definition at line 2904 of file Context.java.
|
inline |
Create a real numeral.
| v | value of the numeral. |
v and sort Real Definition at line 2917 of file Context.java.
|
inline |
Create a real numeral.
| v | A string representing the Term value in decimal notation. |
v and sort Real Definition at line 2891 of file Context.java.
Coerce a real to an integer. Remarks: The semantics of this function follows the SMT-LIB standard for the function to_int. The argument must be of real sort.
Definition at line 1140 of file Context.java.
|
inline |
Creates a real constant.
Definition at line 821 of file Context.java.
Creates a real constant.
Definition at line 813 of file Context.java.
|
inline |
Create a real sort.
Definition at line 214 of file Context.java.
Creates a new recursive function declaration.
Definition at line 639 of file Context.java.
Create an expression representing t1 rem t2. Remarks: The arguments must have int type.
Definition at line 1051 of file Context.java.
|
inline |
Bit-vector repetition. Remarks: The argument t must have a bit-vector sort.
Definition at line 1593 of file Context.java.
|
inline |
Replace the first occurrence of src by dst in s.
Definition at line 2536 of file Context.java.
|
inline |
Replace all occurrences of src by dst in s.
Definition at line 2545 of file Context.java.
|
inline |
Replace the first occurrence of regular expression re with dst in s.
Definition at line 2554 of file Context.java.
|
inline |
Replace all occurrences of regular expression re with dst in s.
Definition at line 2563 of file Context.java.
Create a new regular expression sort
Definition at line 267 of file Context.java.
|
inline |
Array read. Remarks: The argument a is the array and i is the index of the array that gets read.
The node a must have an array sort [domain -> range], and i must have the sort domain. The sort of the result is range.
Definition at line 1889 of file Context.java.
|
inline |
Array read. Remarks: The argument a is the array and args are the indices of the array that gets read.
The node a must have an array sort [domains -> range], and args must have the sorts domains. The sort of the result is range.
Definition at line 1911 of file Context.java.
|
inline |
Left fold of function f over sequence s with accumulator a. Applies f to accumulate values from left to right over the sequence.
Definition at line 2517 of file Context.java.
|
inline |
Left fold of function f over sequence s with accumulator a starting at index i. Applies f to accumulate values from left to right over the sequence, tracking the index starting from i.
Definition at line 2527 of file Context.java.
Map function f over sequence s. Returns a new sequence where f is applied to each element of s.
Definition at line 2497 of file Context.java.
|
inline |
Map function f over sequence s starting at index i. Returns a new sequence where f is applied to each element of s along with its index starting from i.
Definition at line 2507 of file Context.java.
Create a new sequence sort
Definition at line 259 of file Context.java.
|
inline |
Add an element to the set.
Definition at line 2079 of file Context.java.
|
inline |
Take the complement of a set.
Definition at line 2139 of file Context.java.
|
inline |
Remove an element from a set.
Definition at line 2091 of file Context.java.
|
inline |
Take the difference between two sets.
Definition at line 2127 of file Context.java.
|
inline |
Take the intersection of a list of sets.
Definition at line 2116 of file Context.java.
|
inline |
Check for set membership.
Definition at line 2149 of file Context.java.
Create a set type.
Definition at line 2050 of file Context.java.
|
inline |
Check for subsetness of sets.
Definition at line 2161 of file Context.java.
|
inline |
Take the union of a list of sets.
Definition at line 2104 of file Context.java.
|
inline |
Bit-vector sign extension. Remarks: Sign-extends the given bit-vector to the (signed) equivalent bitvector of size m+i, where m is the size of the given bit-vector. The argument t must have a bit-vector sort.
Definition at line 1567 of file Context.java.
|
inline |
Creates a new (incremental) solver.
Definition at line 3759 of file Context.java.
|
inline |
Creates a new Simplifier.
Definition at line 3512 of file Context.java.
|
inline |
Creates a new (incremental) solver. Remarks: This solver also uses a set of builtin tactics for handling the first check-sat command, and check-sat commands that take more than a given number of milliseconds to be solved.
Definition at line 3725 of file Context.java.
Referenced by Tactic.getSolver().
|
inline |
Creates a solver that is uses the simplifier pre-processing.
Definition at line 3780 of file Context.java.
|
inline |
Creates a new (incremental) solver.
Definition at line 3751 of file Context.java.
Creates a new (incremental) solver. Remarks: This solver also uses a set of builtin tactics for handling the first check-sat command, and check-sat commands that take more than a given number of milliseconds to be solved.
Definition at line 3737 of file Context.java.
Creates a solver that is implemented using the given tactic. Remarks: The solver supports the commands Push and Pop, but it will always solve each check from scratch.
Definition at line 3770 of file Context.java.
Take the Kleene star of a regular expression.
Definition at line 2591 of file Context.java.
|
inline |
Array update. Remarks: The node a must have an array sort [domain -> range], i must have sort domain, v must have sort range. The sort of the result is [domain -> range]. The semantics of this function is given by the theory of arrays described in the SMT-LIB standard. See http://smtlib.org for more details. The result of this function is an array that is equal to a (with respect to select) on all indices except for i, where it maps to v (and the select of a with respect to i may be a different value).
Definition at line 1936 of file Context.java.
|
inline |
Array update. Remarks: The node a must have an array sort [domains -> range], i must have sort domain, v must have sort range. The sort of the result is [domains -> range]. The semantics of this function is given by the theory of arrays described in the SMT-LIB standard. See http://smtlib.org for more details. The result of this function is an array that is equal to a (with respect to select) on all indices except for args, where it maps to v (and the select of a with respect to args may be a different value).
Definition at line 1961 of file Context.java.
Create a string constant.
Definition at line 2335 of file Context.java.
Check if the string s1 is lexicographically less or equal to s2.
Definition at line 2440 of file Context.java.
Check if the string s1 is lexicographically strictly less than s2.
Definition at line 2431 of file Context.java.
Create a new string sort
Definition at line 251 of file Context.java.
Create an expression representing t[0] - t[1] - ....
Definition at line 1005 of file Context.java.
|
inline |
Check for sequence suffix.
Definition at line 2412 of file Context.java.
|
inline |
Creates a new symbol using an integer. Remarks: Not all integers can be passed to this function. The legal range of unsigned integers is 0 to 2^30-1.
Definition at line 94 of file Context.java.
|
inline |
Create a symbol using a string.
Definition at line 102 of file Context.java.
|
inline |
Creates a new Tactic.
Definition at line 3277 of file Context.java.
Referenced by Goal.simplify(), and Goal.simplify().
|
inline |
Access the array default value. Remarks: Produces the default range value, for arrays that can be represented as finite maps with a default range value.
Definition at line 2016 of file Context.java.
Convert a regular expression that accepts sequence s.
Definition at line 2572 of file Context.java.
Create the transitive closure of a binary relation. The resulting relation is recursive.
| f | function declaration of a binary relation |
Definition at line 4609 of file Context.java.
Creates a tree order.
| index | The index of the order. |
| sort | The sort of the order. |
Definition at line 4640 of file Context.java.
|
inline |
Create a new tuple sort.
Definition at line 276 of file Context.java.
|
inline |
Create a type variable for use in polymorphic functions and datatypes. Type variables can be used as sort parameters in polymorphic datatypes.
| name | name of the type variable |
Definition at line 494 of file Context.java.
|
inline |
Create a type variable for use in polymorphic functions and datatypes. Type variables can be used as sort parameters in polymorphic datatypes.
| name | name of the type variable |
Definition at line 482 of file Context.java.
Create an expression representing -t.
Definition at line 1015 of file Context.java.
|
inline |
Create a new uninterpreted sort.
Definition at line 198 of file Context.java.
|
inline |
Create a new uninterpreted sort.
Definition at line 189 of file Context.java.
Create the union of regular languages.
Definition at line 2663 of file Context.java.
Create the singleton sequence.
Definition at line 2326 of file Context.java.
|
inline |
Update a datatype field at expression t with value v. The function performs a record update at t. The field that is passed in as argument is updated with value v, the remaining fields of t are unchanged.
Definition at line 564 of file Context.java.
Create an expression representing t1 xor t2.
Definition at line 949 of file Context.java.
|
inline |
Bit-vector zero extension. Remarks: Extend the given bit-vector with zeros to the (unsigned) equivalent bitvector of size m+i, where m is the size of the given bit-vector. The argument t must have a bit-vector sort.
Definition at line 1581 of file Context.java.
|
inline |
Definition at line 4733 of file Context.java.
Referenced by Fixedpoint.add(), Goal.add(), UserPropagatorBase.add(), ASTVector.ASTVector(), UserPropagatorBase.consequence(), AST.equals(), FuncDecl< R extends Sort >.equals(), Sort.equals(), FPRMSort.FPRMSort(), FPSort.FPSort(), RCFNum.mkE(), RCFNum.mkInfinitesimal(), RCFNum.mkPi(), RCFNum.mkRoots(), UserPropagatorBase.nextSplit(), Quantifier.of(), Quantifier.of(), Lambda< R extends Sort >.of(), Lambda< R extends Sort >.of(), OnClause.OnClause(), RCFNum.RCFNum(), RCFNum.RCFNum(), ASTVector.set(), AST.translate(), ASTVector.translate(), Goal.translate(), Solver.translate(), and UserPropagatorBase.UserPropagatorBase().
Create a probe that evaluates to true when the value p does not evaluate to true.
Definition at line 3712 of file Context.java.
Create a probe that evaluates to true when the value p1 or p2 evaluate to true.
Definition at line 3701 of file Context.java.
Create a tactic that first applies t1 to a Goal and if it fails then returns the result of t2 applied to the Goal.
Definition at line 3328 of file Context.java.
Create a tactic that applies t1 to a given goal and then t2 to every subgoal produced by t1. The subgoals are processed in parallel.
Definition at line 3461 of file Context.java.
|
inline |
Create a tactic that applies the given tactics in parallel until one of them succeeds (i.e., the first that doesn't fail).
Definition at line 3450 of file Context.java.
|
inline |
Parse the given file using the SMT-LIB2 parser.
Definition at line 3204 of file Context.java.
|
inline |
Parse the given string using the SMT-LIB2 parser.
If the string contains push/pop commands, the set of assertions returned are the ones in the last scope level.
Definition at line 3183 of file Context.java.
|
inline |
Return the nonzero subresultants of p and q with respect to the "variable" x. Note that any subterm that cannot be viewed as a polynomial is assumed to be a variable.
| p | arithmetic term |
| q | arithmetic term |
| x | variable |
Definition at line 4658 of file Context.java.
Create a tactic that keeps applying t until the goal is not modified anymore or the maximum number of iterations max is reached.
Definition at line 3381 of file Context.java.
|
inline |
Convert an signed bitvector expression to a string.
Definition at line 2367 of file Context.java.
|
inline |
Selects the format used for pretty-printing expressions. Remarks: The default mode for pretty printing expressions is to produce SMT-LIB style output where common subexpressions are printed at each occurrence. The mode is called Z3_PRINT_SMTLIB_FULL. To print shared common subexpressions only once, use the Z3_PRINT_LOW_LEVEL mode. To print in way that conforms to SMT-LIB standards and uses let expressions to share common sub-expressions use Z3_PRINT_SMTLIB_COMPLIANT.
Definition at line 3146 of file Context.java.
|
inline |
Return a string describing all available parameters to Expr.Simplify.
Definition at line 4706 of file Context.java.
|
inline |
Create a tactic that just returns the given goal.
Definition at line 3391 of file Context.java.
Convert an integer expression to a string.
Definition at line 2375 of file Context.java.
|
inline |
Create a simplifier that applies t1 and then t2
Remarks: Shorthand for AndThen.
Definition at line 3551 of file Context.java.
Create a tactic that applies t1 to a Goal and then t2 to every subgoal produced by t1
Remarks: Shorthand for AndThen.
Definition at line 3318 of file Context.java.
Create a tactic that applies t to a goal for ms milliseconds. Remarks: If t does not terminate within ms milliseconds, then it fails.
Definition at line 3342 of file Context.java.
|
inline |
Convert an unsigned bitvector expression to a string.
Definition at line 2359 of file Context.java.
|
inline |
Unwraps an AST. Remarks: This function is used for transitions between native and managed objects. It returns the native pointer to the AST. Note that AST objects are reference counted and unwrapping an AST disables automatic reference counting, i.e., all references to the IntPtr that is returned must be handled externally and through native calls (see e.g.,
| a | The AST to unwrap. |
Definition at line 4697 of file Context.java.
|
inline |
Update a mutable configuration parameter. Remarks: The list of all configuration parameters can be obtained using the Z3 executable: z3.exe -ini? Only a few configuration parameters are mutable once the context is created. An exception is thrown when trying to modify an immutable parameter.
Definition at line 4727 of file Context.java.
|
inline |
Create a simplifier that applies t using the given set of parameters p.
Definition at line 3560 of file Context.java.
Create a tactic that applies t using the given set of parameters p.
Definition at line 3428 of file Context.java.
Create a tactic that applies t to a given goal if the probe p evaluates to true. Remarks: If p evaluates to false, then the new tactic behaves like the skip tactic.
Definition at line 3355 of file Context.java.
|
inline |
Create a simplifier that applies t using the given set of parameters p. Remarks: Alias for UsingParams
Definition at line 3574 of file Context.java.
Create a tactic that applies t using the given set of parameters p. Remarks: Alias for UsingParams
Definition at line 3442 of file Context.java.
|
inline |
Wraps an AST. Remarks: This function is used for transitions between native and managed objects. Note that nativeObject must be a native object obtained from Z3 (e.g., through UnwrapAST) and that it must have a correct reference count.
| nativeObject | The native pointer to wrap. |
Definition at line 4680 of file Context.java.