Skip to content

Commit

Permalink
Added mcm-udpate and xcfa-refactor files
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Jul 23, 2023
1 parent d26650e commit 060e3ac
Show file tree
Hide file tree
Showing 118 changed files with 3,304 additions and 3,082 deletions.
4 changes: 3 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ include(

"xcfa/xcfa",
"xcfa/cat",
"xcfa/exec-graph-cli",
"xcfa/c2xcfa",
"xcfa/litmus2xcfa",
"xcfa/xcfa-analysis",
Expand All @@ -51,7 +52,8 @@ include(
"solver/solver",
"solver/solver-z3",
"solver/solver-smtlib",
"solver/solver-smtlib-cli"
"solver/solver-smtlib-cli",
"solver/graph-solver",
)

for (project in rootProject.children) {
Expand Down
1 change: 1 addition & 0 deletions subprojects/common/analysis/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ dependencies {
implementation(project(":theta-common"))
implementation(project(":theta-core"))
implementation(project(":theta-solver"))
implementation(project(":theta-graph-solver"))
testImplementation(project(":theta-solver-z3"))
}

This file was deleted.

This file was deleted.

Loading

0 comments on commit 060e3ac

Please sign in to comment.