Skip to content

Commit

Permalink
defaulting slowness
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Suda committed Jul 11, 2022
1 parent 948b971 commit 3a2cdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shell/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void Options::init()
_lookup.insert(&_multicore);
_multicore.reliesOn(UsingPortfolioTechnology());

_slowness = FloatOptionValue("slowness","",1.3);
_slowness = FloatOptionValue("slowness","",1.0);
_slowness.description = "The factor by which is multiplied the time limit of each configuration in casc/casc_sat/smtcomp/portfolio mode";
_lookup.insert(&_slowness);
_slowness.onlyUsefulWith(UsingPortfolioTechnology());
Expand Down

0 comments on commit 3a2cdb5

Please sign in to comment.