Weighted start basis. More...
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/spxstarter.h"
#include "soplex/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. | |
Weighted start basis.
Definition in file spxweightst.h.