make_summary: Allow mixing volume and cost limit

This commit is contained in:
Jonas Hoersch 2019-02-22 17:08:43 +01:00
parent d111cedc03
commit 31aefae93c

View File

@ -3,7 +3,7 @@ configfile: "config.yaml"
COSTS="data/costs.csv"
wildcard_constraints:
ll="(v|c)([0-9\.]+|opt|all)", # line limit, can be volume or cost
ll="(v|c)([0-9\.]+|opt|all)|all", # line limit, can be volume or cost
simpl="[a-zA-Z0-9]*|all",
clusters="[0-9]+m?|all",
sectors="[+a-zA-Z0-9]+",