Skip to content

Fractional Chromatic Index test fails with GLPK #23798

@jdemeyer

Description

@jdemeyer

The test

            sage: g = graphs.PetersenGraph()
            sage: g.fractional_chromatic_index(solver='GLPK')
            3.0

added in src/sage/graphs/graph.py by #23658 fails with GLPK-4.63 on 32-bit.

As a workaround, we use PPL by default in #24099.

CC: @dcoudert

Component: graph theory

Author: David Coudert

Branch/Commit: public/graphs/23798_fractional_chromatic_index @ 43e8873

Reviewer: Dima Pasechnik

Issue created by migration from https://trac.sagemath.org/ticket/23798

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions