Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/routing/parsers/nearp_parser.h"
#include <array>
#include <iterator>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
#include "absl/strings/str_join.h"
#include "absl/strings/str_split.h"
#include "ortools/base/numbers.h"
#include "ortools/util/filelineiter.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. | |
const int64_t head |
Definition at line 197 of file nearp_parser.cc.
const int64_t servicing_cost |
Definition at line 200 of file nearp_parser.cc.
const int64_t servicing_demand |
Definition at line 199 of file nearp_parser.cc.
const int64_t tail |
Definition at line 196 of file nearp_parser.cc.
const int64_t traversing_cost |
Definition at line 198 of file nearp_parser.cc.