cvxgrp / cvxpygen

Code generation with CVXPY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would you eventually consider generating code in rust?

IndianBoy42 opened this issue · comments

I think the C code can be wrapped in a rust model with FFI, but for use in a rust program it would be easier/safer to have a rust module/crate directly. Clarabel.rs could be used directly as well.

Perhaps could add the ability to (optionally) generate bindings for other languages, just as Python is generated automatically currently, like Julia, Rust, etc.

@phschiele and I have it on our to do list.