Joel Cavat

Results 16 comments of Joel Cavat

I don't understand your question "what about the db" ? `docker-compose up` will import the db.

Good idee. Maybe we can create a group for those projects. I am off this weeks. I won’t be reactive.

Thanks for this initiative ! I will publish version `rust-lp-modeler` v0.5 and then I will transfer the project to `rust-or`

hello, yes. It should be used in rust-lp-modeler. PR are welcome. I'm sorry, I struggle to find free time these days

Hello heartsh, It should work if you transform u8 to str when you give a unique identifier for the variables : `LpBinary::new(&format!("{}_{}", m,w));` Can you provide a minimalist snippet we...

I got it. It's to the underlying file format. The variable name should start by a letter and must respect some rules (typically +-^/ ). Mhmmm. I will mention rules...

is it still relevant after last commits ?

Effectively, the call is not tailrec. Even if it was, rust compiler don't optimize it. Right now, one of the problems is we need sometime to replay the simplify call....

Yes, non-linear equations should simplify. I imagined no degree limit for quadratic solver (such as Gurobi) or even different kind of solver if we use different format (Matrix export in...

With pleasure ! Maybe we should use list of terms instead of a recursive Tree expr.