-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
Labels
No labels