spark-tfocs
spark-tfocs copied to clipboard
Is this compatible with Spark >2.0?
Hi, does this work with newer versions of Spark?
Hi Ramon, it's possible that some minor changes will be needed for compatibility with newer spark versions.
Up to what version has it been tested? How do you install it?
Thanks!
Also, have you tested by any chance against standalone state-of-the-art LP solvers like CPLEX?
Hi Ramon, the sbt build file specifies spark 1.4.1. Generally you can include a git repo in your project using sbt, but if you are making modifications you may want to clone and then include your local version using sbt. Contributing back any changes you make is of course encouraged!
We have not compared with other solvers. It may be helpful to read up on the capabilities of TFOCS, of which TFOCS for Spark is a partial clone (http://cvxr.com/tfocs/).
Would be good to include some installation instructions. =)