menu
fixed_z3 package
documentation
z3.dart
Goal
getSize method
getSize method
dark_mode
light_mode
getSize
method
int
getSize
(
)
Returns the number of formulas in the goal.
Implementation
int getSize() { return _c._z3.goal_size(_goal); }
fixed_z3 package
documentation
z3
Goal
getSize method
Goal class