BrunoRosendo / master-thesis

Source code for my master's thesis, in the topic "Quantum algorithms for optimizing urban transportation"
MIT License
5 stars 0 forks source link

Investigate if redundant constraints in dwave make a difference #61

Closed BrunoRosendo closed 5 months ago

BrunoRosendo commented 5 months ago

After simplifying variables, some constraints are not needed anymore. They are automatically removed by IBM but not dwave. Instead, there are redundant constraints such as 1==1. I need to check if they are actual used in the system and if they have a performance hit

BrunoRosendo commented 5 months ago

They definitely make a difference. Constraints such as 1==1.0 are making the solutions infeasible