Skip to content

Commit

Permalink
[issue1076] do not force representation or algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPommerening committed Jul 20, 2023
1 parent d4990d0 commit 86bc072
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/search/lp/soplex_solver_interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ 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_COLUMN);
soplex.setIntParam(SoPlex::ALGORITHM, SoPlex::ALGORITHM_DUAL);
}

void SoPlexSolverInterface::load_problem(const LinearProgram &lp) {
Expand Down

0 comments on commit 86bc072

Please sign in to comment.