Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not sort variable names #145

Closed
dpsanders opened this issue Jun 10, 2019 · 0 comments · Fixed by #146
Closed

Do not sort variable names #145

dpsanders opened this issue Jun 10, 2019 · 0 comments · Fixed by #146

Comments

@dpsanders
Copy link
Member

julia> vars
(x1(), x2(), x3(), x4(), x5(), x6(), x7(), x8(), x9(), x10())

julia> C.forward.code
quote
    #= /Users/davidsanders/.julia/packages/IntervalConstraintProgramming/ul86T/src/code_generation.jl:192 =#
    t->begin
            #= /Users/davidsanders/.julia/packages/IntervalConstraintProgramming/ul86T/src/code_generation.jl:192 =#
            #= /Users/davidsanders/.julia/packages/IntervalConstraintProgramming/ul86T/src/code_generation.jl:193 =#
            (x1, x10, x2, x3, x4, x5, x6, x7, x8, x9) = t

The variables should not be sorted here.

cc @Yashcodes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant