Skip to content

Commit

Permalink
Implemented changes from feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 12, 2024
1 parent 072c264 commit f639718
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private val Expr<*>.vars
get() = ExprUtils.getVars(this)

class XcfaOcChecker(
xcfa: XCFA,
private val xcfa: XCFA,
decisionProcedure: OcDecisionProcedureType,
private val logger: Logger,
conflictInput: String?,
Expand All @@ -65,7 +65,6 @@ class XcfaOcChecker(
private val autoConflictConfig: AutoConflictFinderConfig,
) : SafetyChecker<EmptyProof, Cex, XcfaPrec<UnitPrec>> {

private val xcfa: XCFA = xcfa
private var indexing = VarIndexingFactory.indexing(0)
private val localVars = mutableMapOf<VarDecl<*>, MutableMap<Int, VarDecl<*>>>()
private val memoryDecl = Decls.Var("__oc_checker_memory_declaration__", Int())
Expand Down
Loading

0 comments on commit f639718

Please sign in to comment.