You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're producing a ScalarAffineFunction{Int} instead of ScalarAffineFunction{Float64}. It's probably just a matter of adding some Float64 casts in the right places.
Cut per @odow in discourse.
Simple sum-of-squares toy example, succeeds with 5 variables, stack-trace with 6 variables.
I know it’s sort of a silly example, but it feels to me like the behaviour should be consistent between problem_size = 5 and 6.
(full code as
testcase.txt
attached)testcase.txt
causes stack-trace:
(full output in
output.txt
attached)output.txt
Edit: package versions from my system:
The text was updated successfully, but these errors were encountered: