If running with at_dwave set to True, this line causes the program to stop before actually solving the problem:
I assume this is meant to be a debugging aid to avoid accidentally using up your allotted time on DWave hardware, but it's quite confusing for new users who see output indicating that the system is using a quantum annealer but then don't see any output or usage on their account.
Is there a reason for the exit() call that I'm missing?
If running with
at_dwaveset toTrue, this line causes the program to stop before actually solving the problem:ipcsp/ipcsp/integer_program.py
Line 357 in 21b5e45
I assume this is meant to be a debugging aid to avoid accidentally using up your allotted time on DWave hardware, but it's quite confusing for new users who see output indicating that the system is using a quantum annealer but then don't see any output or usage on their account.
Is there a reason for the
exit()call that I'm missing?