File tree Expand file tree Collapse file tree
src/main/kotlin/be/ugent/topl/mio Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ dependencies {
2929 // Needed for AssemblyScript source mapping:
3030 // implementation("com.atlassian.sourcemap:sourcemap:2.0.0")
3131 implementation(" com.google.code.gson:gson:2.11.0" )
32+
33+ // Logging
34+ implementation(" ch.qos.logback:logback-classic:1.5.32" )
3235}
3336
3437tasks.test {
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ fun process(r: ConcolicAnalysisResult): MultiverseNode {
5555}
5656
5757fun processPaths (paths : List <SymbolicValueMapping >, currentTimeStep : Int = 0): MultiverseNode {
58- println (" " + currentTimeStep + " " + paths[0 ].time_step)
58+ // println("" + currentTimeStep + " " + paths[0].time_step)
5959 var currentNode: MultiverseNode
6060 val primitiveNode = PrimitiveNode (paths[0 ].primitive, paths[0 ].arg)
6161 val startNode = if (currentTimeStep != paths[0 ].time_step) {
You can’t perform that action at this time.
0 commit comments