@ -180,7 +181,8 @@ public class PrismSettings implements Observer
{INTEGER_TYPE,PRISM_NUM_SOR_LEVELS,"Hybrid GS levels","3.0",newInteger(-1),"-1,","Number of MTBDD levels descended for hybrid engine data structures block division with GS/SOR."},
{INTEGER_TYPE,PRISM_NUM_SOR_LEVELS,"Hybrid GS levels","3.0",newInteger(-1),"-1,","Number of MTBDD levels descended for hybrid engine data structures block division with GS/SOR."},
{INTEGER_TYPE,PRISM_SOR_MAX_MEM,"Hybrid GS memory (KB)","3.0",newInteger(1024),"0,","Maximum memory usage for hybrid engine data structures block division with GS/SOR (KB)."},
{INTEGER_TYPE,PRISM_SOR_MAX_MEM,"Hybrid GS memory (KB)","3.0",newInteger(1024),"0,","Maximum memory usage for hybrid engine data structures block division with GS/SOR (KB)."},
{BOOLEAN_TYPE,PRISM_DO_SS_DETECTION,"Use steady-state detection","3.0",newBoolean(true),"0,","Use steady-state detection during CTMC transient probability computation."},
{BOOLEAN_TYPE,PRISM_DO_SS_DETECTION,"Use steady-state detection","3.0",newBoolean(true),"0,","Use steady-state detection during CTMC transient probability computation."},
{BOOLEAN_TYPE,PRISM_EXTRA_DD_INFO,"Extra MTBDD information","3.0",newBoolean(false),"0,","Display extra information about (MT)BDDs used during and after model construction."}
{BOOLEAN_TYPE,PRISM_EXTRA_DD_INFO,"Extra MTBDD information","3.2",newBoolean(false),"0,","Display extra information about (MT)BDDs used during and after model construction."},
{BOOLEAN_TYPE,PRISM_EXTRA_REACH_INFO,"Extra reachability information","3.2",newBoolean(false),"0,","Display extra information about progress of reachability during model construction."}
},
},
{
{
{BOOLEAN_TYPE,MODEL_AUTO_PARSE,"Auto parse","3.0",newBoolean(true),"","Parse PRISM models automatically as they are loaded/edited in the text editor."},
{BOOLEAN_TYPE,MODEL_AUTO_PARSE,"Auto parse","3.0",newBoolean(true),"","Parse PRISM models automatically as they are loaded/edited in the text editor."},