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

it.unibo.tuprolog.argumentation.actor.Arg2pActorSolver.kt Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
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