Struct z3tracer::model::Model[][src]

pub struct Model { /* fields omitted */ }
Expand description

Main state of the Z3 tracer.

Implementations

Build a new Z3 tracer. Experimental. Use Model::default() instead if possible.

Process some input.

All terms in the model.

All instantiations in the model.

Number of Z3 logs that were processed.

All (finalized) scopes in the model.

The current scope in the model.

Construct a max-heap of the (most) instantiated quantified terms.

The QIs seen as explaining the successive conflicts.

Retrieve a particular term.

Retrieve a particular term, including metadata.

Display a term given by id.

Display a term by id.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a 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 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.