{"library":"passagemath-plantri","title":"passagemath-plantri","description":"A Python interface to plantri and fullgen for generating planar triangulations, cubic planar graphs, and other planar graph families. Part of the passagemath ecosystem. Current version 10.8.4, requires Python 3.11-3.14. Releases follow passagemath release cycle.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install passagemath-plantri"],"cli":null},"imports":["from passagemath.plantri import planar_triangulations","from passagemath.plantri import PlantriOptions"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from passagemath.plantri import planar_triangulations\nfor g in planar_triangulations(6):\n    print(g.graph6_string())\n","lang":"python","description":"Generate all planar triangulations on 6 vertices (2 connected, 3-connected) and print each as graph6 string.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}