OR-Tools  9.3
lp_data/permutation.h File Reference

Go to the source code of this file.

Classes

class  Permutation< IndexType >
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  operations_research::glop
 

Typedefs

typedef Permutation< RowIndex > RowPermutation
 
typedef Permutation< ColIndex > ColumnPermutation
 

Functions

template<typename IndexType , typename ITIVectorType >
void ApplyPermutation (const Permutation< IndexType > &perm, const ITIVectorType &b, ITIVectorType *result)
 
template<typename IndexType , typename ITIVectorType >
void ApplyInversePermutation (const Permutation< IndexType > &perm, const ITIVectorType &b, ITIVectorType *result)
 
template<typename RowIndexedVector >
void ApplyColumnPermutationToRowIndexedVector (const Permutation< ColIndex > &col_perm, RowIndexedVector *v)