We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819f929 commit 0e78554Copy full SHA for 0e78554
scripts/generate_scripts.py
@@ -68,7 +68,7 @@
68
# {"name": USE_CONSTRAINTS_NAME, "options": [False, True], "hidden": False},
69
# consider collapsing these three constraints into single option # noqa: E501
70
{"name": SUM_CONSTRAINT_KEY, "options": [False, True], "hidden": False},
71
- {"name": ORDER_CONSTRAINT_KEY, "options": [False], "hidden": False},
+ {"name": ORDER_CONSTRAINT_KEY, "options": [False, True], "hidden": False},
72
{"name": LINEAR_CONSTRAINT_KEY, "options": [False], "hidden": False},
73
{
74
"name": COMPOSITIONAL_CONSTRAINT_KEY,
0 commit comments