lean2 icon indicating copy to clipboard operation
lean2 copied to clipboard

chore(lp): fix compilation error

Open collares opened this issue 2 years ago • 2 comments

/build/source/src/util/lp/permutation_matrix.h:126:44: error: cannot convert 'const std::vector<unsigned int>' to 'unsigned int*' in return
  126 |         unsigned * values() const { return m_permutation; }
      |                                            ^~~~~~~~~~~~~
      |                                            |
      |                                            const std::vector<unsigned int>

(cc @fpvandoorn, who I think was the last to maintain lean2)

collares avatar Mar 18 '22 21:03 collares