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

Mixed integer variables #25

Open samiit opened 8 years ago

samiit commented 8 years ago

Thanks for the work. Does current TFOCS allow Mixed Integer variables, i.e., mixed integer disciplined convex programming (MIDCP)?

staple commented 7 years ago

Hi samiit,

Unfortunately MIDCP is not supported. To my knowledge Matlab TFOCS (on which TFOCS for Spark is based) does not support this either.

samiit commented 7 years ago

Thanks.