We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa81a5a commit 2e4eab7Copy full SHA for 2e4eab7
src/cmd/opt.c
@@ -4,6 +4,8 @@
4
#include "cp/heur/ea/ea.h"
5
#include <sys/stat.h>
6
7
+unsigned long __seed__;
8
+
9
struct cmd_args
10
{
11
const char *data_file;
src/op-solver.h
@@ -57,7 +57,7 @@ extern "C"
57
#define SOLVER_VERBOSITY_INFO 2
58
#define SOLVER_VERBOSITY_DEBUG 3
59
60
- unsigned long __seed__;
+ extern unsigned long __seed__;
61
62
#ifndef SOLVER_MAXINT
63
#define SOLVER_MAXINT ((int)(~(((unsigned)1) << ((8 * sizeof(int)) - 1))))
0 commit comments