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

We have an example we would like to contribute #7

Closed pgora closed 3 years ago

pgora commented 3 years ago

Description

We develop algorithms for solving the Capacitated Vehicle Routing Problem (CVRP) using D-Wave’s solvers. It is an open source project and results of our experiments were summarized in a paper “New hybrid quantum annealing algorithms for solving Vehicle Routing Problem” accepted for the ICCS conference (https://link.springer.com/chapter/10.1007/978-3-030-50433-5_42).

How to run the example

The README is available in our current repository: https://github.com/xBorox1/D-Wave-2, e.g., you can just run python3 SolutionPartitioningSolver.py to see an example.

Link to your repo

https://github.com/xBorox1/D-Wave-2

Environment

Additional information

License: Apache 2.0

hhtong commented 3 years ago

Hi @pgora, thanks for your contribution and sorry for the long wait! This is really cool work that you guys have done, and we would like to fork your repository on dwave-examples.

We are also hoping to update your contribution to use the latest version of dwave-ocean-sdk and add some basic smoke tests to ensure that everything is running as it should. This is something we can do on our fork and may later submit a pull request to you.

Please let us know if this sounds good and if you have any questions or concerns.

pgora commented 3 years ago

Hello! Yes, it looks goods, thanks for this opportunity.

hhtong commented 3 years ago

Link to example: https://github.com/dwave-examples/D-Wave-VRP

pgora commented 2 months ago

Hello!

I just wanted to let you know that we are planning to update the repository to use the latest version of Ocean. Let me know if this is OK with you and if there are any things we should consider before we proceed.

Best regards

Paweł Gora (+48) 507 982 292 www http://www.mimuw.edu.pl/~pawelg | LinkedIn https://www.linkedin.com/in/pawelgora

On Wed, Feb 17, 2021 at 8:34 PM Heidi Tong @.***> wrote:

Hi @pgora https://github.com/pgora, thanks for your contribution and sorry for the long wait! This is really cool work that you guys have done, and we would like to fork your repository on dwave-examples.

We are also hoping to update your contribution to use the latest version of dwave-ocean-sdk and add some basic smoke tests to ensure that everything is running as it should. This is something we can do on our fork and may later submit a pull request to you.

Please let us know if this sounds good and if you have any questions or concerns.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dwave-examples/template/issues/7#issuecomment-780799106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVWD72EQAUSB6VIFVBM3WTS7QK2TANCNFSM4QTDJ5MQ .

randomir commented 2 months ago

That would be great, please do! :slightly_smiling_face:

The only thing to consider is adding our devcontainer.json that we use on our examples, so it can easily be run from GitHub Codespaces.

pgora commented 2 months ago

OK, thanks!

Should we create another branch in the same repository and then submit a pull request, or do you prefer another way to proceed?

Best regards

Paweł Gora (+48) 507 982 292 www http://www.mimuw.edu.pl/~pawelg | LinkedIn https://www.linkedin.com/in/pawelgora

On Wed, May 1, 2024 at 4:04 PM Radomir Stevanovic @.***> wrote:

That would be great, please do! 🙂

The only thing to consider is adding our devcontainer.json https://github.com/dwave-examples/template/blob/master/.devcontainer/devcontainer.json that we use on our examples, so it can easily be run from GitHub Codespaces.

— Reply to this email directly, view it on GitHub https://github.com/dwave-examples/template/issues/7#issuecomment-2088511967, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVWD7ZN57MZPGOTO77KB2DZADY6VAVCNFSM4QTDJ5M2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBYHA2TCMJZGY3Q . You are receiving this because you were mentioned.Message ID: @.***>

pgora commented 2 months ago

Hello!

I haven't received a reply yet, so I suspect you may have missed the previous email.

Could you please tell me if we should create another branch in the same repository and then submit a pull request, or do you prefer another way for us to proceed?

Best regards

Paweł Gora (+48) 507 982 292 www http://www.mimuw.edu.pl/~pawelg | LinkedIn https://www.linkedin.com/in/pawelgora

On Thu, May 2, 2024 at 10:22 AM Paweł Gora @.***> wrote:

OK, thanks!

Should we create another branch in the same repository and then submit a pull request, or do you prefer another way to proceed?

Best regards

Paweł Gora (+48) 507 982 292 www http://www.mimuw.edu.pl/~pawelg | LinkedIn https://www.linkedin.com/in/pawelgora

On Wed, May 1, 2024 at 4:04 PM Radomir Stevanovic < @.***> wrote:

That would be great, please do! 🙂

The only thing to consider is adding our devcontainer.json https://github.com/dwave-examples/template/blob/master/.devcontainer/devcontainer.json that we use on our examples, so it can easily be run from GitHub Codespaces.

— Reply to this email directly, view it on GitHub https://github.com/dwave-examples/template/issues/7#issuecomment-2088511967, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVWD7ZN57MZPGOTO77KB2DZADY6VAVCNFSM4QTDJ5M2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBYHA2TCMJZGY3Q . You are receiving this because you were mentioned.Message ID: @.***>

thisac commented 1 month ago

Hi @pgora. You can create a new branch in your original repository (https://github.com/xBorox1/D-Wave-2) (or just update the main branch there, if you prefer) and then create a PR for the example on our organization (https://github.com/dwave-examples/D-Wave-VRP). Just make sure that it's up to date with our fork first.

If you prefer you could also create a completely new fork but I don't think that's really necessary here.