Echtzeitsysteme / gips

Graph-Based (M)ILP Problem Specification Tool
https://gips.dev
GNU General Public License v3.0
3 stars 1 forks source link

Fixes the bug that prevented GLPK from setting vars to constant values #27

Closed maxkratz closed 2 years ago

maxkratz commented 2 years ago

lb = x = ub was not possible before. The bound type was set wrongly.

(I've also created a separate method to avoid code duplication).