Skip to content

Commit 0e78554

Browse files
committed
add order constraint
1 parent 819f929 commit 0e78554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_scripts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# {"name": USE_CONSTRAINTS_NAME, "options": [False, True], "hidden": False},
6969
# consider collapsing these three constraints into single option # noqa: E501
7070
{"name": SUM_CONSTRAINT_KEY, "options": [False, True], "hidden": False},
71-
{"name": ORDER_CONSTRAINT_KEY, "options": [False], "hidden": False},
71+
{"name": ORDER_CONSTRAINT_KEY, "options": [False, True], "hidden": False},
7272
{"name": LINEAR_CONSTRAINT_KEY, "options": [False], "hidden": False},
7373
{
7474
"name": COMPOSITIONAL_CONSTRAINT_KEY,

0 commit comments

Comments
 (0)