Patterns comprise a list of terms. The list should be non-empty. If the list comprises of more than one term, it is also called a multi-pattern. More...
Inheritance diagram for Pattern:
Detailed DescriptionPatterns comprise a list of terms. The list should be non-empty. If the list comprises of more than one term, it is also called a multi-pattern.
Definition at line 31 of file Pattern.cs.
Member Function Documentation ◆ ToString() override string ToString ( ) inlineA string representation of the pattern.
Definition at line 60 of file Pattern.cs.
62 returnNative.Z3_pattern_to_string(
Context.nCtx, NativeObject);
Context Context
Access Context object
Property Documentation ◆ NumTermsThe number of terms in the pattern.
Definition at line 36 of file Pattern.cs.
38 get{
returnNative.Z3_get_pattern_num_terms(
Context.nCtx, NativeObject); }
◆ TermsThe terms in the pattern.
Definition at line 44 of file Pattern.cs.
50Expr[] res =
newExpr[n];
51 for(uint i = 0; i < n; i++)
52res[i] = Expr.Create(
Context, Native.Z3_get_pattern(
Context.nCtx, NativeObject, i));
uint NumTerms
The number of terms in the pattern.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4