![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/io/lp/lp_name.h"#include "absl/status/status.h"#include "absl/strings/ascii.h"#include "absl/strings/string_view.h"#include "ortools/base/status_builder.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. | |