From: rtrimana Date: Thu, 8 Aug 2019 05:55:25 +0000 (-0700) Subject: Adding a new conflict variable. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=feb68c55953fa51c7f9b391cb1d8f14c25c8a135;p=jpf-core.git Adding a new conflict variable. --- diff --git a/main.jpf b/main.jpf index 98264ca..91b80aa 100644 --- a/main.jpf +++ b/main.jpf @@ -13,11 +13,11 @@ listener=gov.nasa.jpf.listener.VariableConflictTracker # Switches #variables=currentSwitch # Lights -variables=colorChanged,currentHue,currentSaturation,currentLevel,currentSwitch,colorTemperature +#variables=colorChanged,currentHue,currentSaturation,currentLevel,currentSwitch,colorTemperature # Speeches #variables=level,oneUser # Music players -#variables=status,level,trackDescription,trackData,mute +variables=status,duration,level,trackDescription,trackData,mute # Relay switch #variables=currentSwitch @@ -31,6 +31,6 @@ apps=App1,App2 timeout=30 #search.class = gov.nasa.jpf.search.heuristic.RandomHeuristic -#search.class = gov.nasa.jpf.search.heuristic.UserHeuristic +search.class = gov.nasa.jpf.search.heuristic.UserHeuristic #search.class = gov.nasa.jpf.search.heuristic.BFSHeuristic #search.class = gov.nasa.jpf.search.heuristic.DFSHeuristic