Z3_goal

Type Alias Z3_goal 

Source
pub type Z3_goal = NonNull<_Z3_goal>;
Expand description

Set of formulas that can be solved and/or transformed using tactics and solvers.

Aliased Typeยง

pub struct Z3_goal { /* private fields */ }