We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d484a7 commit cd5e0feCopy full SHA for cd5e0fe
gecode/minimodel.hh
@@ -194,7 +194,7 @@ namespace Gecode {
194
195
/// Default propagation levels for all constraints
196
GECODE_MINIMODEL_EXPORT
197
- static IntPropLevels def;
+ static const IntPropLevels def;
198
};
199
200
}
gecode/minimodel/ipl.cpp
@@ -35,7 +35,7 @@
35
36
namespace Gecode {
37
38
- IntPropLevels IntPropLevels::def;
+ const IntPropLevels IntPropLevels::def;
39
40
41
0 commit comments