conroylau / lpinfer

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

Develop a quick example that shows parallel working #4

Closed a-torgovitsky closed 4 years ago

a-torgovitsky commented 4 years ago

Time a run with a single core Compare to a timed run with multiple cores We want an example to make sure it is working correctly

conroylau commented 4 years ago

Done! Added a new example comparing the computational time under the folder /example and added it to README as well.

a-torgovitsky commented 4 years ago

Perfect Only change is the example needs to have dkqs_cone changed to dkqs

conroylau commented 4 years ago

Done - updated the example code.