SoPlex Documentation
Loading...
Searching...
No Matches
CLUFactor< R >::Perm Struct Reference

Data structures for saving the row and column permutations. More...

#include <clufactor.h>

Public Attributes

intorig
 orig[p] original index from p
 
intperm
 perm[i] permuted index from i
 

Detailed Description

template<class R>
struct soplex::CLUFactor< R >::Perm

Data structures for saving the row and column permutations.

Definition at line 119 of file clufactor.h.

Member Data Documentation

◆ orig

template<class R >
int* orig

orig[p] original index from p

Definition at line 121 of file clufactor.h.

◆ perm

template<class R >
int* perm

perm[i] permuted index from i

Definition at line 122 of file clufactor.h.