rise-lang / shine

The Shine compiler for the RISE language

Home Page:https://rise-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Distribute constraints among tuning parameters creates dependency cycle

johanneslenfers opened this issue · comments

Describe the bug
Distributing constraints among tuning parameters creates dependency cycle. Feature is only necessary once the release Hypermapper version gets support for constraints in the config file.
Method distributeConstraints in configFileGeneration.scala

To Reproduce
Execute Test distribute constraints (line 441) in autotuning.scala

Expected behavior
Output will show parameters, their constraints and dependencies. Parameter tile will be depended from vec. Parameter vec will be dependend from tile. Cycle.