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 b29c1e2 commit 2a57ae3Copy full SHA for 2a57ae3
visualCaseGen/specs/relational_constraints.py
@@ -191,11 +191,11 @@ def get_relational_constraints(cvars):
191
ROF_OCN_MAPPING_FOLD > 0:
192
"ROF_OCN_MAPPING_FOLD must be a positive number.",
193
194
- ROF_OCN_MAPPING_RMAX <= 1000:
195
- "ROF_OCN_MAPPING_RMAX must be less than or equal to 1000 km.",
+ ROF_OCN_MAPPING_RMAX <= 4000:
+ "ROF_OCN_MAPPING_RMAX must be less than or equal to 4000 km.",
196
197
- ROF_OCN_MAPPING_FOLD <= 1000:
198
- "ROF_OCN_MAPPING_FOLD must be less than or equal to 1000 km.",
+ ROF_OCN_MAPPING_FOLD <= 8000:
+ "ROF_OCN_MAPPING_FOLD must be less than or equal to 4000 km.",
199
200
#### Assertions to stress-test the CSP solver
201
0 commit comments