Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 python 中实现了 Lemke-Howson 算法,我希望能够以图形方式显示游戏多面体和算法遵循的路径。我想要这样简单的东西:
据我所知,没有快速的解决方案来绘制多面体和路径。但是,您可以在一次绘图上绘制多个多边形,然后在它们上绘制路径。您将需要结合以下参考资料中的想法和实现:
LinPy
matplotlib
polytope 0.1.1
mplot3d