Skip to content

Commit

Permalink
[issue1076] use dual column
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPommerening committed Jul 18, 2023
1 parent 5ce3f07 commit f11243b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/lp/soplex_solver_interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static LPColSetReal variables_to_col_set(const named_vector::NamedVector<LPVaria
SoPlexSolverInterface::SoPlexSolverInterface() : SolverInterface() {
soplex.setIntParam(SoPlex::VERBOSITY, SoPlex::VERBOSITY_ERROR);
soplex.setIntParam(SoPlex::SIMPLIFIER, SoPlex::SIMPLIFIER_OFF);
soplex.setIntParam(SoPlex::REPRESENTATION, SoPlex::REPRESENTATION_ROW);
soplex.setIntParam(SoPlex::REPRESENTATION, SoPlex::REPRESENTATION_COLUMN);
soplex.setIntParam(SoPlex::ALGORITHM, SoPlex::ALGORITHM_DUAL);
}

Expand Down

0 comments on commit f11243b

Please sign in to comment.