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

Function deleteBasisCols

highs/lp_data/HighsInterface.cpp:691–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691static void deleteBasisCols(HighsBasis& basis,
692 const HighsIndexCollection& index_collection,
693 const HighsInt original_num_col) {
694 bool deleted_basic;
695 bool deleted_nonbasic;
696 deleteBasisEntries(basis.col_status, deleted_basic, deleted_nonbasic,
697 index_collection, original_num_col);
698 if (deleted_basic) basis.valid = false;
699}
700
701static void deleteBasisRows(HighsBasis& basis,
702 const HighsIndexCollection& index_collection,

Callers 1

deleteColsInterfaceMethod · 0.85

Calls 1

deleteBasisEntriesFunction · 0.85

Tested by

no test coverage detected