You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
""" function get_tree_size(solver::GenericSolver)::IntReturns the number of [`AbstractRuleNode`](@ref)s in the tree."""functionget_tree_size(solver::GenericSolver)::Int#TODO: optimization: precompute/cache the size of the treereturnlength(get_tree(solver))
end
The text was updated successfully, but these errors were encountered:
Whebon
changed the title
Improve get_tree_size
Cache the tree size in the GenericSolver
May 6, 2024
The text was updated successfully, but these errors were encountered: