openjij
Framework for the Ising model and QUBO.
|
#include <memory>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | openjij |
namespace | openjij::utility |
Functions | |
template<typename T , typename... Args> | |
std::unique_ptr< T > | openjij::utility::make_unique (Args &&...args) |
make_unique function | |