Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
zvector.h File Reference
#include <endian.h>
#include <cstdint>
#include <memory>
#include <string>
#include "absl/log/check.h"
#include "ortools/base/logging.h"

Go to the source code of this file.

Classes

class  operations_research::ZVector< T >

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.

Typedefs

typedef ZVector< int8_t > operations_research::Int8ZVector
 Shorthands for all the types of ZVector's.
typedef ZVector< int16_t > operations_research::Int16ZVector
typedef ZVector< int32_t > operations_research::Int32ZVector
typedef ZVector< int64_t > operations_research::Int64ZVector
typedef ZVector< uint8_t > operations_research::UInt8ZVector
typedef ZVector< uint16_t > operations_research::UInt16ZVector
typedef ZVector< uint32_t > operations_research::UInt32ZVector
typedef ZVector< uint64_t > operations_research::UInt64ZVector