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

Function hasNamesWithSpaces

highs/lp_data/HighsModelUtils.cpp:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346bool hasNamesWithSpaces(const HighsLogOptions& log_options, const HighsLp& lp) {
347 if (hasNamesWithSpaces(log_options, true, lp.col_names_)) return true;
348 return hasNamesWithSpaces(log_options, false, lp.row_names_);
349}
350
351bool hasNamesWithSpaces(const HighsLogOptions& log_options, const bool col,
352 const std::vector<std::string>& names) {

Callers 1

readModelFromFileMethod · 0.85

Calls 3

highsLogDevFunction · 0.85
sizeMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected