Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/util/lp/permutation_matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ namespace lean {

unsigned size() const { return static_cast<unsigned>(m_rev.size()); }

unsigned * values() const { return m_permutation; }
const unsigned * values() const { return &m_permutation[0]; }
}; // end of the permutation class

#ifdef LEAN_DEBUG
Expand Down