You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
Implement Job Reassignment Problem as a Buit-in QUBO
Implement Job Reassignment Problem as a Buit-in Problem
Aug 27, 2024
Prerequisites
Before raising this feature request, I have made sure:
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.
The text was updated successfully, but these errors were encountered: