Skip to content

Matroid.COLOOPS property not found #372

@FGlazov

Description

@FGlazov

Asking for the COLOOPS of a matroid results in an error. Doing

julia> using Oscar
julia> m = Polymake.matroid.uniform_matroid(2,2);
julia> m.COLOOPS

results in the following error.

Exception occured at Polymake side:
unknown property Matroid::COLOOPS at /home/fedor/.julia/artifacts/398add9dbaf26c0295d73370854a014022eb4e4c/share/polymake/perllib/Polymake/Core/BigObjectType.pm line 432.

It is possible to recover the coloops using m.DUAL.LOOPS instead.

In polymake, doing

polytope > application 'matroid';
matroid > $m = uniform_matroid(2,2);
matroid > print $m->COLOOPS;

gives the expected output of {0, 1}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions