A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://z3prover.github.io/api/html/class_microsoft_1_1_z3_1_1_pattern.html below:

Z3: Pattern Class Reference

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 Description

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.

Definition at line 31 of file Pattern.cs.

Member Function Documentation ◆ ToString() override string ToString ( ) inline

A string representation of the pattern.

Definition at line 60 of file Pattern.cs.

62  return

Native.Z3_pattern_to_string(

Context

.nCtx, NativeObject);

Context Context

Access Context object

Property Documentation ◆ NumTerms

The number of terms in the pattern.

Definition at line 36 of file Pattern.cs.

38  get

{

return

Native.Z3_get_pattern_num_terms(

Context

.nCtx, NativeObject); }

◆ Terms

The terms in the pattern.

Definition at line 44 of file Pattern.cs.

50

Expr[] res =

new

Expr[n];

51  for

(uint i = 0; i < n; i++)

52

res[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