Skip to content

Commit 6c8fc13

Browse files
authored
Merge pull request #28 from sgbaird/dev
add order constraint
2 parents 2ba5c11 + 0e78554 commit 6c8fc13

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)