Skip to content
/ FRH Public

Fix-and-relax heuristic applied to an order acceptance scheduling problem under TOU tarrifs and taxed carbon emissions periods. The heuristic strategy involves the sequence-dependent setup times.

Notifications You must be signed in to change notification settings

mbouzid/FRH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

001c125 · Sep 3, 2021

History

19 Commits
Feb 27, 2021
Sep 1, 2021
Feb 27, 2021
Feb 27, 2021
Feb 27, 2021
Feb 27, 2021
Mar 21, 2021
Mar 21, 2021
Sep 1, 2021
Mar 28, 2021
Sep 3, 2021
Mar 5, 2021
Sep 1, 2021
Sep 1, 2021
Feb 27, 2021
Feb 27, 2021
Mar 5, 2021
Feb 28, 2021
Mar 5, 2021
Mar 5, 2021
Sep 1, 2021
Mar 5, 2021

Repository files navigation

FRH

Fix-and-relax heuristic applied to an order acceptance scheduling problem under TOU tarrifs and taxed carbon emissions periods. The heuristic strategy involves the sequence-dependent setup times.

Usage

./FRH [instance.dat] [observation_window_size] [overlapping_steps] [MAX|MIN]

e.g.

./FRH Dataslack_15orders_Tao1R1_1.dat 20 3 MAX

Prerequisites

-- IBM Cplex v.12.9

Input

The input file format is .dat (from Cplex Studio).

Output

Console output. Returns the completion times and the sequence in the following format.

C[i]==x;
C[j]==y;
u[i][j]==1;

The objective value and the solving time is also given.

About

Fix-and-relax heuristic applied to an order acceptance scheduling problem under TOU tarrifs and taxed carbon emissions periods. The heuristic strategy involves the sequence-dependent setup times.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published