@ -179,6 +180,7 @@ public class PrismSettings implements Observer
{INTEGER_TYPE,PRISM_SB_MAX_MEM,"hybrid max memory",newInteger(1024),"0,","Maximum memory usage when adding sparse matrices to hybrid engine data structures"},
{INTEGER_TYPE,PRISM_NUM_SOR_LEVELS,"hybrid num. levels (GS/SOR)",newInteger(-1),"-1,","Number of MTBDD levels descended for hybrid engine data structures block division (GS/SOR)"},
{INTEGER_TYPE,PRISM_SOR_MAX_MEM,"hybrid max memory (GS/SOR)",newInteger(1024),"0,","Maximum memory usage for hybrid engine data structures block division (GS/SOR)"},
{BOOLEAN_TYPE,PRISM_DO_SS_DETECTION,"use steady-state detection?",newBoolean(true),"0,","Use steady-state detection for CTMC transient properties?"}
},
{
{BOOLEAN_TYPE,MODEL_AUTO_PARSE,"auto parse?",newBoolean(true),"","When set to true, prism models are parsed automatically as they are entered into the text editor."},