Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Job Reassignment Problem as a Buit-in Problem #323

Open
2 tasks done
AdrianoLusso opened this issue Aug 27, 2024 · 0 comments
Open
2 tasks done

Implement Job Reassignment Problem as a Buit-in Problem #323

AdrianoLusso opened this issue Aug 27, 2024 · 0 comments

Comments

@AdrianoLusso
Copy link
Contributor

Prerequisites

Before raising this feature request, I have made sure:

  • It does not lead to duplication.
  • It has not already been requested.

Issue description.

I would like to implement the Job Reassignment Problem (JRP) as buit-in Problem in OpenQAOA. A reference for the problem's qubo is https://arxiv.org/abs/2309.16473. I will take inspiration of the structure of the alredy defined $\texttt{Problem}$ class and buit-in problems.

Changes to be made.

Create a new $\texttt{Problem}$ subclass, $\texttt{JobReassigment}$, and implement the neccesary methods for it.

Additional context

Alredy some implementations around this problem have been made by me in this repo (https://github.com/AdrianoLusso/Tesis/tree/main/functions). I will adapt it in order to make them realiable into OpenQAOA.

@AdrianoLusso AdrianoLusso changed the title Implement Job Reassignment Problem (JRP) as a Buit-in QUBO Implement Job Reassignment Problem as a Buit-in QUBO Aug 27, 2024
@AdrianoLusso AdrianoLusso changed the title Implement Job Reassignment Problem as a Buit-in QUBO Implement Job Reassignment Problem as a Buit-in Problem Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant