Biobjective Binary Programming Instances

Biobjective Binary Programs

Biobjective Assignment Problems (BOAP)

read_boap_hadi_instance(num::Int64=1)

Returns a BOBPInstance corresponding to the numth Bi Objective Assignment Problem ( Hadi Instance )

read_boap_hadi_non_dom_pts(num::Int64=1)

Returns the Efficient Frontier of the numth Bi Objective Assignment Problem ( Hadi Instance )

read_boap_hadi(num::Int64)

Returns a BOBPInstance corresponding to the numth Bi Objective Assignment Problem ( Hadi Instance ) and its Efficient Frontier

Biobjective Knapsack Problems (BOKP)

Xavier Instances

read_bokp_xavier_instance1
read_bokp_xavier_instance2
read_bokp_xavier_non_dom_pts(filename::AbstractString)

Returns Efficient Frontier of a Bi Objective Knapsack Problem ( Xavier Instance )

read_bokp_xavier1(name::String)

Returns a BOBPInstance of a Bi Objective Knapsack Problem ( Xavier Class 1 Instance ) and its Efficient Frontier

read_bokp_xavier2(name::String)

Returns a BOBPInstance of a Bi Objective Knapsack Problem ( Xavier Class 2 Instance ) and its Efficient Frontier

Hadi Instances

read_bokp_hadi_instance(num::Int64=1)

Returns a BOBPInstance corresponding to the numth Bi Objective Knapsack Problem ( Hadi Instance )

read_bokp_hadi_non_dom_pts(num::Int64=1)

Returns the Efficient Frontier of the numth Bi Objective Knapsack Problem ( Hadi Instance )

read_bokp_hadi(num::Int64)

Returns a BOBPInstance corresponding to the numth Bi Objective Knapsack Problem ( Hadi Instance ) and its Efficient Frontier

Biobjective Multi Dimensional Knapsack Problems (BOKP)

For this set of instances, the efficient frontier is not available.

read_bokp_aritra_instance(n::Int64, m::Int64, instance::Int64)

Returns a BOBPInstance of a Bi Objective Knapsack Problem ( Aritra Instances ) corresponding to n, m and instance.

Biobjective Set Covering Problems (BOSCP)

read_boscp_xavier_instance(instance_id::String)

Returns a BOBPInstance of a Bi Objective Set Covering Problem ( Xavier Instance ) corresponding to instance_id.

read_boscp_xavier_non_dom_pts(instance_id::String)

Returns the Efficient Frontier of the Bi Objective Set Covering Problem ( Xavier Instance ) corresponding to instance_id.

read_boscp_xavier(instance_id::String)

Returns a BOBPInstance of a Bi Objective Set Covering Problem ( Xavier Instance ) and its Efficient Frontier.

Biobjective Set Packing Problems (BOSPP)

read_bospp_xavier_instance(instance_id::String)

Returns a BOBPInstance of a Bi Objective Set Packing Problem ( Xavier Instance ) corresponding to filename.

read_bospp_xavier_non_dom_pts(instance_id::String)

Returns the Efficient Frontier of a Bi Objective Set Packing Problem ( Xavier Instance )

read_bospp_xavier(instance_id::String)

Returns a BOBPInstance of a Bi Objective Set Packing Problem ( Xavier Instance ) and its Efficient Frontier.