C# Class JSSPProblem, CSharpCream

Afficher le fichier Open project: kikoanis/CSharpCream

Méthodes publiques

Свойство Type Description
job_machine int[][]
job_pt int[][]
numberOfJobs int
numberOfMachines int
problem String

Méthodes publiques

Méthode Description
JSSPProblem ( String problem ) : System
network ( ) : Network

Private Methods

Méthode Description
abz08 ( ) : void
ft06 ( ) : void
ft10 ( ) : void
la40 ( ) : void
swv20 ( ) : void

Method Details

JSSPProblem() public méthode

public JSSPProblem ( String problem ) : System
problem String
Résultat System

network() public méthode

public network ( ) : Network
Résultat Network

Property Details

job_machine public_oe property

public int[][] job_machine
Résultat int[][]

job_pt public_oe property

public int[][] job_pt
Résultat int[][]

numberOfJobs public_oe property

public int numberOfJobs
Résultat int

numberOfMachines public_oe property

public int numberOfMachines
Résultat int

problem public_oe property

public String problem
Résultat String