Skip to content
Snippets Groups Projects
SplitMatrixUpperBound.h 306 B
Newer Older
  • Learn to ignore specific revisions
  • #ifndef __SplitMatrixUpperBound_h__
    #define __SplitMatrixUpperBound_h__
    
    
    #include "Heap.h"
    #include "DistributeVecLib.h"
    
    int SplitMatrixUpperBound(struct sparsematrix *pT, int P, const struct opts *pOptions);
    
    int CheckUpperBoundSolution(struct sparsematrix *pT);
    
    
    #endif /* __SplitMatrixUpperBound_h__ */