Jack Raymond
Jack Raymond
**Description** It is useful to permute node and edge orderings in graph creation for example to randomize the behaviour of otherwise deterministic methods. - dwave_networkx graph node ordering doesn't seem...
Minor improvements to new parallel_embeddings.py and feasibility.py modules: - max_num_emb should be optional, allowing a None value that indicates no bound on the number of embeddings. This has been implemented....
**Description** Some documentation has not been updated to indicate support for zephyr, even though zephyr is supported. **To Reproduce** [Stack Overflow provides an excellent guide on [how to create a...
**Description** subgraph fails to find an embedding if source graph contains nodes without edges. This is a pathological case, but worth protecting against. **To Reproduce** ``` S = nx.Graph() S.add_node_from(1)...