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

Method clearLinearObjectives

highs/lp_data/Highs.cpp:738–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738HighsStatus Highs::clearLinearObjectives() {
739 this->multi_linear_objective_.clear();
740 return HighsStatus::kOk;
741}
742
743HighsStatus Highs::passColName(const HighsInt col, const std::string& name) {
744 const HighsInt num_col = this->model_.lp_.num_col_;

Callers 4

highs_lexicographicFunction · 0.45
highs_weightedFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected