Struct z3::Probe[][src]

pub struct Probe<'ctx> { /* fields omitted */ }
Expand description

Function/predicate used to inspect a goal and collect information that may be used to decide which solver and/or preprocessing step will be used.

Implementations

Return a probe that always evaluates to val.

Return a probe that evaluates to “true” when the value returned by self is less than the value returned by p.

NOTE: For probes, “true” is any value different from 0.0.

Return a probe that evaluates to “true” when the value returned by self is greater than the value returned by p.

Return a probe that evaluates to “true” when the value returned by self is less than or equal to the value returned by p.

Return a probe that evaluates to “true” when the value returned by self is greater than or equal to the value returned by p.

Return a probe that evaluates to “true” when the value returned by self is equal to the value returned by p.

Return a probe that evaluates to “true” when self and p evaluates to true.

Return a probe that evaluates to “true” when p1 or p2 evaluates to true.

Return a probe that evaluates to “true” when p does not evaluate to true.

Return a probe that evaluates to “true” when the value returned by self is not equal to the value returned by p.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.