Issue689

Title Unsolvable tasks not detected by potential heuristic
Priority bug Status chatting
Superseder Nosy List florian, jendrik, malte
Assigned To Keywords
Optional summary

Created on 2016-11-29.15:59:51 by florian, last changed by florian.

Messages
msg5839 (view) Author: florian Date: 2016-11-29.15:59:51
Unsolvable tasks that are detected as unsolvable by h^seq are not detected
correctly by a potential heuristic that maximizes the heuristic value of the
initial state. The issue is that PotentialOptimizer::solve_and_extract() does
nothing if the LP is unbounded or infeasible. We will have to think about how to
fix this, because the method is used by different optimizations.
History
Date User Action Args
2016-11-29 15:59:51floriancreate