Changes between Version 25 and Version 26 of GMC


Ignore:
Timestamp:
11/15/16 15:41:38 (9 years ago)
Author:
yihaoyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GMC

    v25 v26  
    4444''Possible Solution'':Initialize the field uninterpretedFunctions exactly once in constructor with all known abstract functions and never change again.[[BR]]
    4545[[BR]]
    46 '''edu.udel.cis.vsl.civl.kripke.common.OutputCollector.java'''
     46'''edu.udel.cis.vsl.civl.kripke.common.OutputCollector.java'''[[BR]]
     47
     48/CIVL/src/edu/udel/cis/vsl/civl/model/common/type/CommonType.java[[BR]]
     49dynamicType[[BR]]
     50
     51/SARL/src/edu/udel/cis/vsl/sarl/reason/common/CommonReasoner.java[[BR]]
     52prover[[BR]]
     53validityCache[[BR]]
     54
     55/SARL/src/edu/udel/cis/vsl/sarl/reason/common/SimpleReasoner.java[[BR]]
     56validityCache[[BR]]
     57
     58/CIVL/src/edu/udel/cis/vsl/civl/semantics/common/CommonExecutor.java ? (setValue, setLocation)[[BR]]
     59stateFactory[[BR]]
     60
     61/CIVL/src/edu/udel/cis/vsl/civl/state/common/immutable/ImmutableState.java (can be removed)[[BR]]
     62snapshotsQueues[[BR]]
     63
     64/SARL/src/edu/udel/cis/vsl/sarl/number/real/RealNumberFactory.java[[BR]]
     65integerMap[[BR]]
     66rationalMap[[BR]]
     67
     68/SARL/src/edu/udel/cis/vsl/sarl/reason/common/CommonReasonerFactory.java[[BR]]
     69reasonerCache[[BR]]
     70
     71/SARL/src/edu/udel/cis/vsl/sarl/reason/common/ContextMinimizingReasonerFactory.java[[BR]]
     72reasonerMap[[BR]]
     73
     74/SARL/src/edu/udel/cis/vsl/sarl/ideal/simplify/IdealSimplifier.java[[BR]]
     75fullContext[[BR]]
     76substitutionMap[[BR]]
     77
     78/SARL/src/edu/udel/cis/vsl/sarl/preuniverse/common/ExpressionSubstituter.java[[BR]]
     79cache[[BR]]
     80
     81/SARL/src/edu/udel/cis/vsl/sarl/reason/common/ContextMinimizingReasoner.java[[BR]]
     82validityCache[[BR]]
     83prover[[BR]]
     84
     85/GMC/src/edu/udel/cis/vsl/gmc/ErrorLog.java[[BR]]
     86minimalCounterexampleSize[[BR]]
     87entryMap[[BR]]
     88searchTruncated[[BR]]
     89
     90/SARL/src/edu/udel/cis/vsl/sarl/simplify/common/CommonContextPartition.java[[BR]]
     91minimalContextMap[[BR]]
     92
     93/CIVL/src/edu/udel/cis/vsl/civl/semantics/common/CommonLibraryExecutorLoader.java[[BR]]
     94libraryExecutorCache[[BR]]
     95
     96/CIVL/src/edu/udel/cis/vsl/civl/semantics/common/CommonLibraryEvaluatorLoader.java[[BR]]
     97libraryEvaluatorCache[[BR]]
     98
     99/CIVL/src/edu/udel/cis/vsl/civl/dynamic/common/CommonSymbolicUtility.java[[BR]]
     100typeExpressionMap[[BR]]
     101typeExpressionMap2[[BR]]
     102
     103/CIVL/src/edu/udel/cis/vsl/civl/kripke/common/CommonLibraryEnablerLoader.java[[BR]]
     104libraryEnablerCache[[BR]]