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