From: Hamed Gorjiara Date: Wed, 1 Aug 2018 00:27:30 +0000 (-0700) Subject: Merge branch 'hamed' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler into... X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=commitdiff_plain;h=2d07df803a81eb59418aae843367fbdb8e519b1a;hp=c0a0afab655d0cd8ee8ad60ebf901478be379e4a Merge branch 'hamed' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler into hamed --- diff --git a/src/Tuner/tunable.h b/src/Tuner/tunable.h index 94646b7..2d18a2d 100644 --- a/src/Tuner/tunable.h +++ b/src/Tuner/tunable.h @@ -38,7 +38,7 @@ public: static TunableDesc onoff(0, 1, 1); static TunableDesc offon(0, 1, 0); -static TunableDesc proxyparameter(1, 20, 2); +static TunableDesc proxyparameter(1, 5, 2); enum Tunables {DECOMPOSEORDER, MUSTREACHGLOBAL, MUSTREACHLOCAL, MUSTREACHPRUNE, OPTIMIZEORDERSTRUCTURE, ORDERINTEGERENCODING, PREPROCESS, NODEENCODING, EDGEENCODING, MUSTEDGEPRUNE, ELEMENTOPT, ELEMENTOPTSETS, PROXYVARIABLE}; typedef enum Tunables Tunables;