forked from OCamlPro/alt-ergo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Count steps for constraint propagation (OCamlPro#1012)
This ensures that bit-vector reasoning is included in the steps computation. The multiplicative factor of 100 is selected without too much thought; we can expect that BV problems have a lot of constraint propagations (much more than, say, integer or real problems will have simplex steps) so picking a fairly large value makes sense to avoid having the steps count shoot through the roof.
- Loading branch information
1 parent
83894f4
commit 233e472
Showing
3 changed files
with
17 additions
and
5 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
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