1 | initial version |
The fractional chromatic index is computed via linear programming. Its Sage implementation is pretty clear and documented line-by-line, you can read and adapt it to the weighted case by typing:
G.fractional_chromatic_index??
2 | No.2 Revision |
The fractional chromatic index is computed via linear programming. programming and duality. Its Sage implementation is pretty clear and documented line-by-line, you can read and adapt it to the weighted case by typing:
G.fractional_chromatic_index??