We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6490459 commit a372de2Copy full SHA for a372de2
algorithms.hpp
@@ -12,7 +12,9 @@
12
13
namespace marxan {
14
typedef mt19937 rng_engine;
15
-
+ //typedef ranlux48_base rng_engine;
16
+ //typedef minstd_rand0 rng_engine;
17
+ // typedef ranlux24_base rng_engine;
18
namespace algorithms {
19
// sets a given vector to 0,1 depending on proportion. prop = proportion of 1s.
20
// if pu.status exists then it takes precedence.
input.cpp
@@ -752,7 +752,6 @@ namespace marxan {
752
tpf1 = 0;
753
tpf2 = 0;
754
repeats = 0;
755
- asymmetricconnectivity = 0;
756
757
savename = "temp";
758
misslevel = 1;
0 commit comments