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
While using PyReason as a Python SDK, it would be useful to construct a NetworkX graph as an object programmatically, then pass that into the py engine.
Allow both pr.load_graph(path_to_graph) and pr.load_graph(G) where G = nx.Graph() to avoid having to lay the XML to disk.
The text was updated successfully, but these errors were encountered:
Feature Request.
While using PyReason as a Python SDK, it would be useful to construct a NetworkX graph as an object programmatically, then pass that into the py engine.
Allow both
pr.load_graph(path_to_graph)
andpr.load_graph(G)
whereG = nx.Graph()
to avoid having to lay the XML to disk.The text was updated successfully, but these errors were encountered: