Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't send empty solutions to the driver (#2076)
# Description I don't find empty solutions useful in driver/solvers communication. Currently, all solvers except legacy solvers return empty vector when they can't find a solution, while legacy sends empty solution: https://production-6de61f.kb.eu-central-1.aws.cloud.es.io/app/r/s/ldj1i I find it hard to read. Solvers should be consistent. This PR changes legacy solver to send no solutions to the driver. I still we should still keep the proper handling of empty solutions in the `driver` since we won't control the solvers forever.
- Loading branch information