Skip to content

Commit 469c0ec

Browse files
committed
Formatted
1 parent 9af599a commit 469c0ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

highs/lp_data/HighsSolution.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,8 @@ void HighsBasis::printScalars(const std::string& prefix,
18541854
const std::string& message) const {
18551855
HighsInt num_col = this->col_status.size();
18561856
HighsInt num_row = this->row_status.size();
1857-
printf("\n%s HighsBasis(num_col = %d, num_row = %d): %s\n", prefix.c_str(), int(num_col), int(num_row), message.c_str());
1857+
printf("\n%s HighsBasis(num_col = %d, num_row = %d): %s\n", prefix.c_str(),
1858+
int(num_col), int(num_row), message.c_str());
18581859
printf("%s valid = %d\n", prefix.c_str(), this->valid);
18591860
printf("%s alien = %d\n", prefix.c_str(), this->alien);
18601861
printf("%s useful = %d\n", prefix.c_str(), this->useful);

0 commit comments

Comments
 (0)