openjij
Framework for the Ising model and QUBO.
Loading...
Searching...
No Matches
index_type.hpp File Reference
#include <variant>
#include <string>
#include <vector>
Include dependency graph for index_type.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openjij
 
namespace  openjij::utility
 

Typedefs

using openjij::utility::AnyTupleType = std::vector< std::variant< std::int32_t, std::string > >
 Vector type of integer and string.
 
using openjij::utility::IndexType = std::variant< std::int32_t, std::string, AnyTupleType >
 The index type of binary variables.