Skip to content

Files

Latest commit

be07d59 · Jul 12, 2021

History

History
17 lines (10 loc) · 409 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 409 Bytes

Multiobjective Set Partitioning Problems (SPA)

Definition

The set partitioning problem with two objectives is defined as follow:

Min sum{j=1,…,n} c1(j) x(j)
Min sum{j=1,…,n} c2(j) x(j)
s/t sum{j=1,…,n} t(i,j) x(j) = 1   for i=1,…,m
    x(j) = 0 or 1                  for j=1,…,n

Datasets