![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "absl/status/status.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::lp_format |
Functions | |
| bool | operations_research::lp_format::ValidateCharInName (unsigned char c, bool leading) |
| absl::Status | operations_research::lp_format::ValidateName (absl::string_view name) |
| Checks if name is a valid name for a variable or constraint in an LP file. | |