heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
33 stars 15 forks source link

Implementation of PFSP and LOP #2864

Open HeuristicLab-Trac-Bot opened 6 years ago

HeuristicLab-Trac-Bot commented 6 years ago

Issue migrated from trac ticket # 2864

milestone: HeuristicLab 3.3.17 | component: Problems | priority: low | keywords: PFSP LOP

2017-12-12 09:47:42: @Vanmodeus created the issue


The Permutation Flowshop Scheduling Problem (PFSP) and the Linear Ordering Problem (LOP) are two permutation based, combinatorial optimization problems. Both problems have been implemented in HeuristicLab by Florian Holzinger in his master's Thesis (Permutationsbasierte Benchmarkprobleme) and shall now be adapted to the HeuristicLab-coding guidelines, reviewed and finally checked in.

Update: The Problems should be implemented as BasicProblems

HeuristicLab-Trac-Bot commented 5 years ago

2019-04-19 09:42:23: @Vanmodeus commented


r16834: Made the branch compile again (References, new Persistence, ...)

HeuristicLab-Trac-Bot commented 5 years ago

2019-04-19 10:48:19: @Vanmodeus commented


r16840: Unified and replaced (broken) WebLink and used K&R Style

HeuristicLab-Trac-Bot commented 5 years ago

2019-07-10 09:22:04: @Vanmodeus changed milestone from HeuristicLab 3.3.16 to HeuristicLab 3.3.17