projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8487bf
)
main: change default future value sloppiness
author
Brian Norris
<banorris@uci.edu>
Wed, 7 Nov 2012 03:10:53 +0000
(19:10 -0800)
committer
Brian Norris
<banorris@uci.edu>
Wed, 14 Nov 2012 22:48:14 +0000
(14:48 -0800)
Future value sloppiness should be set somewhat in proportion to
maxfuturedelay, and we need a value higher than 2. Set to 10 for now,
although we may change this later.
main.cc
patch
|
blob
|
history
diff --git
a/main.cc
b/main.cc
index 1aafb696c8f80bd5974957a47eb2c9e0b6324d51..fb4acbe75d6b530feabc4e76b111cc0f4bf4b29d 100644
(file)
--- a/
main.cc
+++ b/
main.cc
@@
-21,7
+21,7
@@
static void param_defaults(struct model_params * params) {
params->enabledcount = 1;
params->bound = 0;
params->maxfuturevalues = 0;
- params->expireslop =
2
;
+ params->expireslop =
10
;
}
static void print_usage(struct model_params *params) {