rust-or / rust-lp-modeler

Lp modeler written in Rust
MIT License
95 stars 29 forks source link

Don't split twice for getting status of CBC run #36

Closed zappolowski closed 5 years ago

zappolowski commented 5 years ago

status_line (now named status to reflect the changes) already contains just the first word of the first line and thus the 2nd split_whitespace is basically a no-op.