it.unibo.tuprolog.argumentation.actor.Arg2pActorSolver.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of actor-solver Show documentation
Show all versions of actor-solver Show documentation
A 2p-kt library for structured argumentation
package it.unibo.tuprolog.argumentation.actor
import it.unibo.tuprolog.argumentation.actor.libs.ActorSolver
import it.unibo.tuprolog.argumentation.core.Arg2pSolver
import it.unibo.tuprolog.argumentation.core.libs.basic.Cache
fun Arg2pSolver.Companion.parallel() =
of(
listOf(ActorSolver(), Cache()),
emptyList(),
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy