MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / getRangingInterface

Method getRangingInterface

highs/lp_data/HighsInterface.cpp:1825–1831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1823}
1824
1825HighsStatus Highs::getRangingInterface() {
1826 HighsLpSolverObject solver_object(model_.lp_, basis_, solution_, info_,
1827 ekk_instance_, callback_, options_, timer_);
1828 solver_object.setProfiling(this->profiling_);
1829 solver_object.model_status_ = model_status_;
1830 return getRangingData(this->ranging_, solver_object);
1831}
1832
1833HighsStatus Highs::getIisInterfaceReturn(
1834 const HighsStatus return_status, const HighsOptions& original_options,

Callers 1

writeSolutionMethod · 0.95

Calls 2

getRangingDataFunction · 0.85
setProfilingMethod · 0.45

Tested by

no test coverage detected