Skip to content

Commit

Permalink
log #bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed May 8, 2023
1 parent 9cd99e5 commit 12d9a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymwp/result.py
Expand Up @@ -192,6 +192,7 @@ def add_relation(self, func_result: FuncResult) -> None:
if not func_result.infinite:
if func_result.bound:
logger.info(f'Bound: {Bound.show_poly(func_result.bound)}')
logger.info(f'Bounds: {func_result.n_bounds}')
else:
logger.info('Some bound exists')
if func_result.infinite:
Expand Down

0 comments on commit 12d9a5d

Please sign in to comment.