You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.
sage: import polymake
sage: p = polymake.cube(3)
sage: p.CONNECTIVITY
ValueError Traceback (most recent call last)
...
ValueError: unknown property Polytope<Rational>::CONNECTIVITY at /opt/sage/local/share/polymake/perllib/Polymake/Core/ObjectType.pm line 464.
Polymake::Core::ObjectType::encode_property_list(Polymake::Core::ObjectType=ARRAY(0x8a341c8), "CONNECTIVITY", Polymake::polytope::Polytope__Rational=ARRAY(0x987a858)) called at /opt/sage/local/share/polymake/perllib/Polymake/Core/ObjectType.pm line 476
Polymake::Core::ObjectType::encode_read_request(Polymake::Core::ObjectType=ARRAY(0x8a341c8), "CONNECTIVITY", Polymake::polytope::Polytope__Rational=ARRAY(0x987a858)) called at /opt/sage/local/share/polymake/perllib/Polymake/Core/Object.pm line 1470
Polymake::Core::Object::give_pv called at /opt/sage/local/share/polymake/perllib/Polymake/Core/Object.pm line 1492
Polymake::Core::Object::give(Polymake::polytope::Polytope__Rational=ARRAY(0x987a858), "CONNECTIVITY") called at ../../../lib/callable/src/perl/Main.cc line 0
eval {...} called at ../../../lib/callable/src/perl/Main.cc line 0
The text was updated successfully, but these errors were encountered:
In a polymake console
whereas in pypolymake
The text was updated successfully, but these errors were encountered: