C# Class Cream.ParallelSolver

Inheritance: Solver, ISolutionHandler
Exibir arquivo Open project: kikoanis/CSharpCream Class Usage Examples

Protected Properties

Property Type Description
solvers Cream.Solver[]

Public Methods

Method Description
ParallelSolver ( Solver solvers ) : System
ParallelSolver ( Solver solvers, String name ) : System
Run ( ) : void
SetMonitor ( Monitor mon ) : void
Solved ( Solver solver, Solution sol ) : void
Stop ( ) : void

Private Methods

Method Description
AllJoin ( ) : void
AllStart ( ) : void

Method Details

ParallelSolver() public method

public ParallelSolver ( Solver solvers ) : System
solvers Solver
return System

ParallelSolver() public method

public ParallelSolver ( Solver solvers, String name ) : System
solvers Solver
name String
return System

Run() public method

public Run ( ) : void
return void

SetMonitor() public method

public SetMonitor ( Monitor mon ) : void
mon Monitor
return void

Solved() public method

public Solved ( Solver solver, Solution sol ) : void
solver Solver
sol Solution
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

solvers protected_oe property

protected Solver[],Cream solvers
return Cream.Solver[]