SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex
Class Tableau.Label

java.lang.Object
  extended by com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.Tableau.Label
Enclosing class:
Tableau

public static class Tableau.Label
extends java.lang.Object


Field Summary
 int index
           
 Tableau.LabelType type
           
 
Constructor Summary
Tableau.Label(Tableau.LabelType type, int index)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final Tableau.LabelType type

index

public final int index
Constructor Detail

Tableau.Label

public Tableau.Label(Tableau.LabelType type,
                     int index)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.