Scippy

SoPlex

Sequential object-oriented simPlex

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 More...
 
int * perm
 perm[i] permuted index from i More...
 

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

int* orig

orig[p] original index from p

Definition at line 132 of file clufactor.h.

◆ perm

int* perm

perm[i] permuted index from i

Definition at line 133 of file clufactor.h.