All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.it.unibo.tuprolog.solve.TestTrue.kt Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package it.unibo.tuprolog.solve

interface TestTrue : SolverTest {
    companion object {
        fun prototype(solverFactory: SolverFactory): TestTrue = TestTrueImpl(solverFactory)
    }

    /**
     * Tests the queries
     * ```prolog
     * ?- true.
     * ```
     * succeeds on a solver initialized with default built-ins and with and empty theory,
     */
    fun testTrue()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy