C# Class FirstStepHandler, CSharpCream

Inheritance: ISolutionHandler
Datei anzeigen Open project: kikoanis/CSharpCream

Public Methods

Method Description
FirstStepHandler ( IntVariable x, IntVariable y ) : System
Solved ( Solver solver, Solution solution ) : void

Method Details

FirstStepHandler() public method

public FirstStepHandler ( IntVariable x, IntVariable y ) : System
x IntVariable
y IntVariable
return System

Solved() public method

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