Scippy

SoPlex

Sequential object-oriented simPlex

CLUFactorRational::Perm Struct Reference

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

#include <clufactor_rational.h>

Public Attributes

int * orig
 orig[p] original index from p More...
 
int * perm
 perm[i] permuted index from i More...
 

Detailed Description

Data structures for saving the row and column permutations.

Definition at line 110 of file clufactor_rational.h.

Member Data Documentation