Thibaut Cuvelier
Thibaut Cuvelier
New PR #2241 that ought to replace #2229 to add more flexibility in rewriting expressions.
I have more general questions that would need a larger audience: * https://github.com/dourouc05/ConstraintProgrammingExtensions.jl/issues/3 * https://github.com/dourouc05/ConstraintProgrammingExtensions.jl/issues/4 Any comment welcome :)!
A version version of the CPLEX CP Optimizer wrapper is being tagged: https://github.com/JuliaRegistries/General/pull/28051. However, it does not meet all guidelines, but that's on purpose (name close to CPLEX.jl, of course;...
A few notes on the recent developments. CPLEXCP.jl has a version 0.1.0 tagged; it should really be useful in many cases. Very specific features such as tuning the branching process...
@blegat @odow I was thinking of next steps for the CP sets, and I was wondering how to support nonlinear functions (like absolute value). Based on the current thoughts about...
OK, thanks! At least, such a solution could fit better with bridges, I think.
@ChrisRackauckas I had initially not studied ModelingToolkit a lot, because it does not seem to be well-equipped for discreteness. I have listed five pain points for now. Maybe they could...
Thanks for your detailed answer! Regarding the `sum` syntax, it's really about mimicking what Julia does with native number: ```julia t = 1 σ = 2 ρ = 1 β...
Here it is: https://github.com/JuliaSymbolics/Symbolics.jl/issues/322
I can probably do a PR for this tomorrow, if you're interested. @Wikunia Closer to 70, right now :p! Even though that's a lot, most of these bridges are not...