dwave-examples / template

A template for code examples on this account. See for details on contribution guidelines.
Apache License 2.0
25 stars 43 forks source link

Some examples are duplicated #12

Open arcondello opened 3 years ago

arcondello commented 3 years ago

E.g. https://github.com/dwave-examples/graph-partitioning and https://github.com/dwave-examples/graph-partitioning-dqm

@vgoliber suggested making one more academic and one more application

joelgdwave commented 3 years ago

I had hoped it would be useful to have a contrast between the classic formulation and the DQM formulation - hence the "duplication".

arcondello commented 3 years ago

Sure, but how does a user know which one to access? We at the least need to be able to explain what each one is for, which touches on #9 .

vgoliber commented 3 years ago

We would absolutely keep the DQM formulation, it's just framing it as an application. In each of the README's we could mention the other formulation.

For example:

Academic repo: "For an example of how this academic problem can be used to build real-world applications, see..."

Application repo: "For a full explanation of the underlying academic problem, see..."

joelgdwave commented 3 years ago

ah. I had seen mention of a "DQM" tag. Yes, understood. I am actually hoping that we get more problems submitted as DQM (like TSP, etc.) I think what you're getting at is improving the organization of them.

vgoliber commented 3 years ago

TSP is currently in the works: both BQM and DQM in a single repo. Joint project with Alex K and Cathy.