Changes between Version 5 and Version 6 of GMC


Ignore:
Timestamp:
10/18/16 20:35:43 (10 years ago)
Author:
yihaoyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GMC

    v5 v6  
    88originalState [[BR]]
    99originalPid [[BR]]
    10 valueAtOrRemoteCount [[BR]][[BR]]
    11 ''Possible solution'': spawn an EvaluatorWorker[[BR]]
     10valueAtOrRemoteCount [[BR]]
     11''Possible solution'': spawn an EvaluatorWorker[[BR]][[BR]]
    1212'''edu.udel.cis.vsl.civl.semantics.common.CommonExecutor.java'''[[BR]]
    1313numSteps[[BR]]
    14 ''Possible solution'': Each thread has its own copy of Executor.[[BR]]
    15 
    16 
    17 
     14''Possible solution'': Each thread has its own copy of Executor.[[BR]][[BR]]
     15'''edu.udel.cis.vsl.civl.kripke.common.CommonStateManager.java'''[[BR]]
     16count[[BR]]
     17expandedStateIDs[[BR]][[BR]]
     18'''edu.udel.cis.vsl.civl.state.common.immutable.ImmutableStateFactory.java'''[[BR]]
     19count[[BR]]
     20ErrorSet[[BR]][[BR]]
     21'''edu.udel.cis.vsl.sarl.object.common.CommonObjectFactory.java'''[[BR]]
     22objectMap[[BR]]
     23objectList[[BR]][[BR]]
     24'''edu.udel.cis.vsl.sarl.preuniverse.common.CommonPreUniverse.java'''[[BR]]
     25count[[BR]][[BR]]
     26'''edu.udel.cis.vsl.civl.model.common.CommonModelFactory.java'''[[BR]][[BR]]
     27'''edu.udel.cis.vsl.civl.model.common.ModelBuilderWorker.java'''[[BR]][[BR]]
     28'''edu.udel.cis.vsl.civl.semantics.common.UFExtender.java'''[[BR]]
     29''Possible Solution'':Initialize the field uninterpretedFunctions exactly once in constructor with all known abstract functions and never change again.[[BR]]
     30[[BR]]
     31'''edu.udel.cis.vsl.civl.kripke.common.OutputCollector.java'''