Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
nearp_parser.cc File Reference
#include "ortools/routing/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.
 

Variable Documentation

◆ head

const int64_t head

Definition at line 197 of file nearp_parser.cc.

◆ servicing_cost

const int64_t servicing_cost

Definition at line 200 of file nearp_parser.cc.

◆ servicing_demand

const int64_t servicing_demand

Definition at line 199 of file nearp_parser.cc.

◆ tail

const int64_t tail

Definition at line 196 of file nearp_parser.cc.

◆ traversing_cost

const int64_t traversing_cost

Definition at line 198 of file nearp_parser.cc.