C# Class JSSPProblem, CSharpCream

Mostrar archivo Open project: kikoanis/CSharpCream

Public Properties

Property Type Description
job_machine int[][]
job_pt int[][]
numberOfJobs int
numberOfMachines int
problem String

Public Methods

Method Description
JSSPProblem ( String problem ) : System
network ( ) : Network

Private Methods

Method Description
abz08 ( ) : void
ft06 ( ) : void
ft10 ( ) : void
la40 ( ) : void
swv20 ( ) : void

Method Details

JSSPProblem() public method

public JSSPProblem ( String problem ) : System
problem String
return System

network() public method

public network ( ) : Network
return Network

Property Details

job_machine public_oe property

public int[][] job_machine
return int[][]

job_pt public_oe property

public int[][] job_pt
return int[][]

numberOfJobs public_oe property

public int numberOfJobs
return int

numberOfMachines public_oe property

public int numberOfMachines
return int

problem public_oe property

public String problem
return String