We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a65ea commit 1eb5e13Copy full SHA for 1eb5e13
utbot-framework-api/src/main/kotlin/org/utbot/framework/UtSettings.kt
@@ -378,6 +378,11 @@ object UtSettings : AbstractSettings(
378
*/
379
var disableSandbox by getBooleanProperty(false)
380
381
+ /**
382
+ * Exclude fuzzer-produced executions during minimization if there is an equivalent symbolic execution
383
+ */
384
+ var preferSymbolicExecutionsDuringMinimization by getBooleanProperty(true)
385
+
386
}
387
388
/**
0 commit comments