Echtzeitsysteme / iflye

Incremental Fast Lightweight (y) virtual network Embedding framework
GNU General Public License v3.0
4 stars 2 forks source link

Remove custom ILP solver adapter implementation if possible #10

Open maxkratz opened 2 years ago

maxkratz commented 2 years ago

The implementation of ilp/wrapper/IncrementalIlpSolver.java can potentially be removed due to the fact that emoflon has its own ILP solver interface (at least as I heard!).

maxkratz commented 7 months ago

The old eMoflon ILP solver interface should not be used for iflye. Instead, I suggest using the new project https://github.com/eMoflon/emoflon-ilp.