QSopt 0.5 Alpha
All Rights Reserved

qs
Class Basis

java.lang.Object
  extended byLibBasis
      extended byqs.Basis

public class Basis
extends LibBasis

The Basis class wraps all information about a basis of an LP Problem. Most methods dealing with Basis instances are implemented by the Problem class, since a Basis always is a Basis of a Problem. Basis instances can be interpreted only in reference to a Problem.

See Also:
Problem, Serialized Form

Constructor Summary
Basis(Problem p, java.lang.String fname)
          Read a basis from a file; see QSread_basis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Basis

public Basis(Problem p,
             java.lang.String fname)
      throws QSException,
             java.io.FileNotFoundException
Read a basis from a file; see QSread_basis

Throws:
QSException
java.io.FileNotFoundException

QSopt 0.5 Alpha
QSopt Home