openjij
Framework for the Ising model and QUBO.
|
#include <variant>
#include <string>
#include <vector>
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. | |