dirkschumacher / rcbc

COIN-OR branch and cut (CBC) bindings for R
https://dirkschumacher.github.io/rcbc/
Other
20 stars 5 forks source link

String of FALSE is illegal for integer parameter verbose value remains #1

Closed dirkschumacher closed 7 years ago

dirkschumacher commented 7 years ago

command line - -quit -solve -verbose FALSE (default strategy 1)

needs to be a different value

dirkschumacher commented 7 years ago

Won't fix for now, as the parameters are just passed down to cbc. The user needs to supply the correct type for the parameter.