Skip to content

Commit

Permalink
Multi-obj: add missing test files #239
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed May 28, 2024
1 parent 001df7d commit 8e53607
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/end2end/cases/categorized/fast/multi_obj/dietobj_pr_1.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
suffix objpriority;
suffix objweight;


let total_cost["A&P"].objpriority := 2;
let total_cost["JEWEL"].objpriority := 4;
let total_cost["VONS"].objpriority := 1;
let total_number.objpriority := 3;

let total_cost["A&P"].objweight := 12;
let total_cost["JEWEL"].objweight := -2;
let total_cost["VONS"].objweight := 0.13;
let total_number.objweight := 3;

14 changes: 14 additions & 0 deletions test/end2end/cases/categorized/fast/multi_obj/dietobj_pr_2.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
suffix objpriority;
suffix objweight;


let total_cost["A&P"].objpriority := 2;
let total_cost["JEWEL"].objpriority := 4;
let total_cost["VONS"].objpriority := 4;
let total_number.objpriority := 2;

let total_cost["A&P"].objweight := 1;
let total_cost["JEWEL"].objweight := -2;
let total_cost["VONS"].objweight := 1.3;
let total_number.objweight := 5;

0 comments on commit 8e53607

Please sign in to comment.