dependedencies: use networkx
GML interface instead of pygmlparser
?
#61
Labels
type: enhancement
New feature or request
networkx
GML interface instead of pygmlparser
?
#61
Since we already rely on the
networkx
package for dealing with graphs in our python solvers, why don't we use thenetworkx
GML interface to read and write graphs? This would decrease the amount of code in our Qiskit MaxCut solver and also reduce the amount of packages we depend on.If there's a good reason to use both packages, we should document it.
The text was updated successfully, but these errors were encountered: