tactic_dec_ref method
\brief Decrement the reference counter of the given tactic.
def_API('Z3_tactic_dec_ref', VOID, (_in(CONTEXT), _in(TACTIC)))
Implementation
void tactic_dec_ref(
Z3_context c,
Z3_tactic g,
) {
return _tactic_dec_ref(
c,
g,
);
}