Scippy

SoPlex

Sequential object-oriented simPlex

spxweightst.h File Reference

Weighted start basis. More...

#include <assert.h>
#include "spxdefines.h"
#include "spxstarter.h"
#include "dataarray.h"

Go to the source code of this file.

Classes

class  SPxWeightST
 Weighted start basis.Class SPxWeightST is an implementation of a SPxStarter for generating a Simplex starting basis. Using method setupWeights() it sets up arrays weight and coWeight, or equivalently rowWeight and colWeight. (rowWeight and colWeight are just pointers initialized to weight and coWeight according to the representation of SoPlex base passed to method generate().) More...
 

Namespaces

 soplex
 Everything should be within this namespace.
 

Detailed Description

Weighted start basis.

Definition in file spxweightst.h.