commonMain.it.unibo.tuprolog.solve.SolverTest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-solve-js Show documentation
Show all versions of test-solve-js Show documentation
"Multi-platform Prolog environment, in Kotlin"
package it.unibo.tuprolog.solve
interface SolverTest {
/** A short test max duration */
val shortDuration: TimeDuration
get() = 250L
/** A medium test max duration */
val mediumDuration: TimeDuration
get() = 2 * shortDuration
/** A long test max duration */
val longDuration: TimeDuration
get() = 4 * mediumDuration
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy