menu
fixed_z3 package
documentation
z3.dart
Goal
reset method
reset method
dark_mode
light_mode
reset
method
void
reset
(
)
Removes all formulas from the goal.
Implementation
void reset() { _c._z3.goal_reset(_goal); }
fixed_z3 package
documentation
z3
Goal
reset method
Goal class