Class ParallelExecution
java.lang.Object
org.tweetyproject.arg.adf.reasoner.sat.execution.ParallelExecution
-
Constructor Summary
ConstructorDescriptionParallelExecution
(Semantics semantics, IncrementalSatSolver satSolver, int parallelism) -
Method Summary
-
Constructor Details
-
ParallelExecution
- Parameters:
semantics
- SemanticssatSolver
- IncrementalSatSolverparallelism
- int
-
-
Method Details
-
stream
Description copied from interface:Execution
Must only be called once, it is up to the implementation what happens it is called more than once. -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceExecution
-