Skip to content

Add HighsLpRelaxation::Status::kTimeLimit #2214

Open
@jajhall

Description

@jajhall

Firstly, the time limit set in HighsLpRelaxation::run needs to be non-negative, otherwise it's rejected when passed to lpsolver.setOptionValue("time_limit"

Secondly, if lpsolver.run(); results in a time-out, it currently returns HighsLpRelaxation::Status::kError so the time-out is ignored, and actions such as separation are performed.

Also, why do so many LP solves with bell5 have no basis?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions