Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
types.h File Reference
#include <cinttypes>
#include <cstdint>

Go to the source code of this file.

Variables

static const uint8_t kuint8max = UINT8_MAX
 
static const uint16_t kuint16max = UINT16_MAX
 
static const uint32_t kuint32max = UINT32_MAX
 
static const uint64_t kuint64max = UINT64_MAX
 
static const int8_t kint8min = INT8_MIN
 
static const int8_t kint8max = INT8_MAX
 
static const int16_t kint16min = INT16_MIN
 
static const int16_t kint16max = INT16_MAX
 
static const int32_t kint32min = INT32_MIN
 
static const int32_t kint32max = INT32_MAX
 
static const int64_t kint64min = INT64_MIN
 
static const int64_t kint64max = INT64_MAX
 

Variable Documentation

◆ kint16max

const int16_t kint16max = INT16_MAX
static

Definition at line 28 of file types.h.

◆ kint16min

const int16_t kint16min = INT16_MIN
static

Definition at line 27 of file types.h.

◆ kint32max

const int32_t kint32max = INT32_MAX
static

Definition at line 30 of file types.h.

◆ kint32min

const int32_t kint32min = INT32_MIN
static

Definition at line 29 of file types.h.

◆ kint64max

const int64_t kint64max = INT64_MAX
static

Definition at line 32 of file types.h.

◆ kint64min

const int64_t kint64min = INT64_MIN
static

Definition at line 31 of file types.h.

◆ kint8max

const int8_t kint8max = INT8_MAX
static

Definition at line 26 of file types.h.

◆ kint8min

const int8_t kint8min = INT8_MIN
static

Definition at line 25 of file types.h.

◆ kuint16max

const uint16_t kuint16max = UINT16_MAX
static

Definition at line 21 of file types.h.

◆ kuint32max

const uint32_t kuint32max = UINT32_MAX
static

Definition at line 22 of file types.h.

◆ kuint64max

const uint64_t kuint64max = UINT64_MAX
static

Definition at line 23 of file types.h.

◆ kuint8max

const uint8_t kuint8max = UINT8_MAX
static

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition at line 20 of file types.h.