Closed maurerle closed 1 day ago
Looks good from my side now, @lkstrp can you take another look please? :)
If you add the remarks yourself, that would be great! You should be able to push to my branch
From my point of view, the deprecation is not really necessary as there did not exist a public api to set log before anyway.
Agreed, thank you @maurerle !
This was unnecessary when solving a lot of problems programatically.
The
log
param of the solve function does have three states:None
: log tqdm to stdout if model is > 10k constraintsTrue
: always creates tqdm for modelFalse
: never creates tqdm for modelFor better usage, the log param is renamed to
progress
on all occurrences