The main interaction with Z3 happens via the Context.
Solver MkSolver(Symbol logic=null)
Creates a new (incremental) solver.
Z3_tactic Z3_API Z3_mk_tactic(Z3_context c, Z3_string name)
Return a tactic associated with the given name. The complete list of tactics may be obtained using th...