Z3_tactic

Type Alias Z3_tactic 

Source
pub type Z3_tactic = NonNull<_Z3_tactic>;
Expand description

Basic building block for creating custom solvers for specific problem domains.

Aliased Typeยง

pub struct Z3_tactic { /* private fields */ }