From fd0c34b86f8187321434f966a73b80b69f7c713f Mon Sep 17 00:00:00 2001 From: Gleb Belov Date: Tue, 28 May 2024 19:37:14 +1000 Subject: [PATCH] Multi-obj: another test with blended objectives #239 --- .../categorized/fast/multi_obj/modellist.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test/end2end/cases/categorized/fast/multi_obj/modellist.json b/test/end2end/cases/categorized/fast/multi_obj/modellist.json index 05fc26ccb..7004f504c 100644 --- a/test/end2end/cases/categorized/fast/multi_obj/modellist.json +++ b/test/end2end/cases/categorized/fast/multi_obj/modellist.json @@ -59,6 +59,20 @@ "_sobj[4]": 32.604395604395734 } }, + { + "name" : "dietobj_1000 multiobj=1 obj_pr_2", + "Comment": "Modify obj priorities and weights via suffixes in dietobj_pr_2", + "tags" : ["linear", "continuous", "multiobj"], + "files" : ["dietobj_1000.mod", "dietobj.dat", "dietobj_pr_2.inc"], + "options": { "ANYSOLVER_options": "multiobj=1" }, + "values": { + "total_cost[\"A&P\"]": 923.4173333333333, + "total_cost[\"JEWEL\"]": 925.5577777777779, + "total_cost[\"VONS\"]": 918.4284444444445, + "total_number": 32.84444444444445, + "_sobj[4]": 32.84444444444445 + } + }, { "name" : "dietobj multiobj=1 obj:2:priority=10", "Comment": "Modify obj priority via an option",