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

int * orig
 orig[p] original index from p
 
int * perm
 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 130 of file clufactor.h.

Member Data Documentation

◆ orig

template<class R >
int* orig

orig[p] original index from p

Definition at line 132 of file clufactor.h.

◆ perm

template<class R >
int* perm

perm[i] permuted index from i

Definition at line 133 of file clufactor.h.