Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbouzid/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.
https://github.com/mbouzid/frh
carbon-emissions oas optimization tou
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mbouzid/frh
- Owner: mbouzid
- Created: 2021-02-27T09:56:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T14:22:37.000Z (over 3 years ago)
- Last Synced: 2024-10-21T05:31:52.103Z (2 months ago)
- Topics: carbon-emissions, oas, optimization, tou
- Language: C++
- Homepage:
- Size: 3.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.