Classic Solver Factory
Functions
mutableSolverOf
Link copied to clipboard
open fun mutableSolverOf(libraries: Libraries, staticKb: Theory): MutableSolver
Content copied to clipboard
open fun mutableSolverOf(staticKb: Theory, dynamicKb: Theory): MutableSolver
Content copied to clipboard
open fun mutableSolverOf(libraries: Libraries, staticKb: Theory, dynamicKb: Theory): MutableSolver
Content copied to clipboard
open override fun mutableSolverOf(libraries: Libraries, flags: FlagStore, staticKb: Theory, dynamicKb: Theory, stdIn: InputChannel<String>, stdOut: OutputChannel<String>, stdErr: OutputChannel<String>, warnings: OutputChannel<Warning>): MutableSolver
Content copied to clipboard
mutableSolverWithDefaultBuiltins
Link copied to clipboard
open fun mutableSolverWithDefaultBuiltins(otherLibraries: Libraries): MutableSolver
Content copied to clipboard
open fun mutableSolverWithDefaultBuiltins(staticKb: Theory): MutableSolver
Content copied to clipboard
open fun mutableSolverWithDefaultBuiltins(staticKb: Theory, dynamicKb: Theory): MutableSolver
Content copied to clipboard
open fun mutableSolverWithDefaultBuiltins(otherLibraries: Libraries, staticKb: Theory, dynamicKb: Theory): MutableSolver
Content copied to clipboard
open fun mutableSolverWithDefaultBuiltins(otherLibraries: Libraries, flags: FlagStore, staticKb: Theory, dynamicKb: Theory, stdIn: InputChannel<String>, stdOut: OutputChannel<String>, stdErr: OutputChannel<String>, warnings: OutputChannel<Warning>): MutableSolver
Content copied to clipboard
solverWithDefaultBuiltins
Link copied to clipboard
open fun solverWithDefaultBuiltins(staticKb: Theory, dynamicKb: Theory): Solver
Content copied to clipboard
open fun solverWithDefaultBuiltins(otherLibraries: Libraries, staticKb: Theory, dynamicKb: Theory): Solver
Content copied to clipboard
open fun solverWithDefaultBuiltins(otherLibraries: Libraries, flags: FlagStore, staticKb: Theory, dynamicKb: Theory, stdIn: InputChannel<String>, stdOut: OutputChannel<String>, stdErr: OutputChannel<String>, warnings: OutputChannel<Warning>): Solver
Content copied to clipboard
Properties
defaultBuiltins
Link copied to clipboard
defaultDynamicKb
Link copied to clipboard
defaultErrorChannel
Link copied to clipboard
defaultFlags
Link copied to clipboard
defaultInputChannel
Link copied to clipboard
defaultLibraries
Link copied to clipboard
defaultOutputChannel
Link copied to clipboard
defaultStaticKb
Link copied to clipboard
defaultWarningsChannel
Link copied to clipboard