![]() |
SOPT
Sparse OPTimisation
|
#include "sopt/config.h"
#include <catch2/catch_all.hpp>
#include <memory>
#include <random>
#include "sopt/logging.h"
Go to the source code of this file.
Macros | |
#define | CATCH_CONFIG_RUNNER |
Functions | |
std::unique_ptr< std::mt19937_64 > | mersenne (new std::mt19937_64(0)) |
int | main (int argc, char const **argv) |
#define CATCH_CONFIG_RUNNER |
Definition at line 1 of file common_catch_main.cc.
int main | ( | int | argc, |
char const ** | argv | ||
) |
Definition at line 11 of file common_catch_main.cc.
References mersenne().
std::unique_ptr<std::mt19937_64> mersenne | ( | new | std::mt19937_640 | ) |
Referenced by concatenated_permutations(), sopt::dirty(), main(), random_integer(), random_ivector(), and TEST_CASE().