@Tunable(description="Time Limit for the ILP mode",context="nogui")
publicinttimeLimit=-1;
...
...
@@ -21,7 +25,7 @@ public class ParameterSet {
@Tunable(description="The default deletion cost that is to be used for edges without an associated weight",context="nogui")
publicdoubledefaultDeletionCost=1;
@Tunable(description="A bitmask representing which reduction rules should be used",context="nogui")//TODO: Filter bad bitmasks
@Tunable(description="A bitmask representing which reduction rules should be used",context="nogui")
publicStringreductionRulesBitMask="000000";
@Tunable(description="A value controlling the resolution of the SNR reduction rule. Higher values mean a longer running time but possibly better reduction.",context="nogui")
publicdoublesnrMultFactor=1.0;
...
...
@@ -44,4 +48,35 @@ public class ParameterSet {
/**Describes whether auto configuration of the reduction rules is to be used. Overrides the bit mask.**/