GregorCH / ipet

Interactive Performance Evaluation Tools for Optimization Software
MIT License
26 stars 6 forks source link

PrimalHistory few elements #37

Closed leoneifler closed 7 years ago

leoneifler commented 7 years ago

Test instance takes only one primal value at root node, resulting in a very large primal integral. debug-spa.out.txt

leoneifler commented 7 years ago

The problem is the empty line after the first heuristic solution. I don't know why scip does this, but if I remove it manually then ipet does the primalHistory correctly

leoneifler commented 7 years ago

The empty line is a mistake on my part. Is it still desirable that ipet can handle empty lines in the input or should I just close this issue?

GregorCH commented 7 years ago

No, you are right, it is desirable. I will take care of this.

GregorCH commented 7 years ago

This is fixed with pull request #41