databricks / spark-tfocs

A Spark port of TFOCS: Templates for First-Order Conic Solvers (cvxr.com/tfocs)
Apache License 2.0
89 stars 37 forks source link

I wonder that this package can solve Integer Linear programming ? #28

Open gaoyuchris opened 7 years ago

gaoyuchris commented 7 years ago

Is the package can support Integer Linear programming? thanks very much

staple commented 7 years ago

Hi gaoyuchris, unfortunately TFOCS for Spark does not contain support for ILP. I do not believe TFOCS (of which TFOCS for Spark is a port) directly supports ILP either.

whitish commented 6 years ago

What can be an option for ILP on spark then? Or just on python?