Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
PlayerIndex.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4#include <limits>
5
6namespace storm::storage {
7typedef uint64_t PlayerIndex;
8PlayerIndex const INVALID_PLAYER_INDEX = std::numeric_limits<PlayerIndex>::max();
9} // namespace storm::storage
PlayerIndex const INVALID_PLAYER_INDEX
Definition PlayerIndex.h:8
uint64_t PlayerIndex
Definition PlayerIndex.h:7