41 #ifndef OR_TOOLS_BASE_STRTOINT_H_
42 #define OR_TOOLS_BASE_STRTOINT_H_
47 #include "absl/base/port.h"
48 #include "absl/strings/string_view.h"
Collection of objects used to extend the Constraint Solver library.
int64_t atoi64(const std::string &word)
int32_t atoi32(const std::string &word)
int32_t strtoint32(absl::string_view word)
int64_t strtoint64(absl::string_view word)