conroylau / lpinfer

lpinfer: An R Package for Inference in Linear Programs
GNU General Public License v3.0
3 stars 5 forks source link

Make progress = true the default for all procedures #59

Closed a-torgovitsky closed 4 years ago

a-torgovitsky commented 4 years ago

Rationale is that a casual user will want to know what's happening and how long it will take. A power user may not care, but they can turn it off.

conroylau commented 4 years ago

I see. I have set progress = TRUE as defaults. Thanks!