File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
utbot-framework/src/main/kotlin/org/utbot/framework/codegen/model/constructor/tree
utbot-framework-api/src/main/kotlin/org/utbot/framework Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ object UtSettings {
221
221
*
222
222
* True by default.
223
223
*/
224
- var useConcreteExecution by getBooleanProperty(true )
224
+ var useConcreteExecution by getBooleanProperty(false )
225
225
226
226
/* *
227
227
* Enable check of full coverage for methods with code generations tests.
@@ -333,7 +333,7 @@ object UtSettings {
333
333
*
334
334
* False by default.
335
335
*/
336
- var enableUnsatCoreCalculationForHardConstraints by getBooleanProperty(false )
336
+ var enableUnsatCoreCalculationForHardConstraints by getBooleanProperty(true )
337
337
338
338
/* *
339
339
* Enable it to process states with unknown solver status
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import org.utbot.framework.codegen.model.tree.CgGetJavaClass
17
17
import org.utbot.framework.codegen.model.tree.CgValue
18
18
import org.utbot.framework.codegen.model.tree.CgVariable
19
19
import org.utbot.framework.codegen.model.util.at
20
+ import org.utbot.framework.codegen.model.util.get
20
21
import org.utbot.framework.codegen.model.util.isAccessibleFrom
21
22
import org.utbot.framework.codegen.model.util.stringLiteral
22
23
import org.utbot.framework.fields.ArrayElementAccess
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ import org.utbot.framework.codegen.model.tree.convertDocToCg
68
68
import org.utbot.framework.codegen.model.tree.toStatement
69
69
import org.utbot.framework.codegen.model.util.canBeSetIn
70
70
import org.utbot.framework.codegen.model.util.equalTo
71
+ import org.utbot.framework.codegen.model.util.get
71
72
import org.utbot.framework.codegen.model.util.inc
72
73
import org.utbot.framework.codegen.model.util.isAccessibleFrom
73
74
import org.utbot.framework.codegen.model.util.isInaccessible
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import org.utbot.framework.codegen.model.tree.CgValue
24
24
import org.utbot.framework.codegen.model.tree.CgVariable
25
25
import org.utbot.framework.codegen.model.util.at
26
26
import org.utbot.framework.codegen.model.util.canBeSetIn
27
+ import org.utbot.framework.codegen.model.util.get
27
28
import org.utbot.framework.codegen.model.util.inc
28
29
import org.utbot.framework.codegen.model.util.isAccessibleFrom
29
30
import org.utbot.framework.codegen.model.util.lessThan
You can’t perform that action at this time.
0 commit comments