Complete configuration

This commit is contained in:
2025-07-16 22:30:05 +02:00
parent 6b6a3fa49f
commit 8b2547aa02
5 changed files with 10 additions and 7 deletions

View File

@@ -10,8 +10,8 @@
#include <map>
#include <random>
#include <vector>
#include <folding_config.h>
namespace folding {
const std::string FOLDING_VERSION = "1.1.1";
class Fold {
public:
inline Fold(int k, int n, int seed = -1) : k(k), n(n), seed(seed)