-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
isl_tab_compute_reduced_basis: only print error message on actual non…
…-solution The original assert hints that the error is caused by an unexpected unboundedness, but the called function may also fail due to a failed memory allocation or because the computation has exceeded the maximal number of operations. In these latter cases, no (additional) error message should be printed. Signed-off-by: Sven Verdoolaege <[email protected]>
- Loading branch information
Sven Verdoolaege
committed
May 1, 2015
1 parent
10fa52f
commit 8e21cf3
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters