Skip to content

Commit ff7cb8c

Browse files
committed
fixing imports in new files
1 parent 3899e08 commit ff7cb8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

subprojects/common/analysis/src/main/java/hu/bme/mit/theta/analysis/algorithm/bounded/AbstractMonolithicExpr.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ import hu.bme.mit.theta.core.type.booltype.BoolExprs
2727
import hu.bme.mit.theta.core.type.booltype.BoolLitExpr
2828
import hu.bme.mit.theta.core.type.booltype.BoolType
2929
import hu.bme.mit.theta.core.type.booltype.IffExpr
30-
import hu.bme.mit.theta.core.type.booltype.SmartBoolExprs.*
30+
import hu.bme.mit.theta.core.type.booltype.SmartBoolExprs.And
31+
import hu.bme.mit.theta.core.type.booltype.SmartBoolExprs.Not
32+
import hu.bme.mit.theta.core.type.booltype.SmartBoolExprs.Or
3133
import hu.bme.mit.theta.core.utils.ExprUtils
3234
import hu.bme.mit.theta.core.utils.indexings.VarIndexingFactory
33-
import java.util.HashMap
3435

3536
fun MonolithicExpr.createAbstract(prec: PredPrec): MonolithicExpr {
3637
// TODO: handle initOffsetIndex in abstract initExpr

0 commit comments

Comments
 (0)