| 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??
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.