Closed maxkratz closed 1 year ago
GLPK ILP solver implementation:
constraint -> global { mappings.n2n->sum(m | m.value()) == mappings.n2n->sum(m | m.value()) }
generates an error like this:
glp_set_mat_row: i = 2; len = 20; invalid row length Error detected in file ..\src\api\prob1.c at line 763
Also happens for this constraint:
constraint -> global { mappings.n2n->count() == mappings.n2n->count() }
GLPK ILP solver implementation:
generates an error like this: