Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <routing_search.h>
Public Member Functions | |
InsertionSequence (Insertion *data, InsertionBounds *bounds) | |
bool | operator!= (const InsertionSequence &other) const |
const Insertion * | begin () const |
const Insertion * | end () const |
size_t | Size () const |
int | Vehicle () const |
int64_t | Cost () const |
int64_t & | Cost () |
Represents an insertion sequence as passed to AddInsertionSequence. This only allows to modify the cost, as a means to reorder sequences.
Definition at line 903 of file routing_search.h.
|
inline |
Definition at line 905 of file routing_search.h.
|
inline |
Definition at line 913 of file routing_search.h.
|
inline |
Definition at line 918 of file routing_search.h.
|
inline |
Definition at line 917 of file routing_search.h.
|
inline |
Definition at line 914 of file routing_search.h.
|
inline |
Definition at line 908 of file routing_search.h.
|
inline |
Definition at line 915 of file routing_search.h.
|
inline |
Definition at line 916 of file routing_search.h.