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

JuMP_relationship_parameter_out sensitiv to order of objects #50

Closed
spine-o-bot opened this issue Feb 3, 2021 · 5 comments
Closed

JuMP_relationship_parameter_out sensitiv to order of objects #50

spine-o-bot opened this issue Feb 3, 2021 · 5 comments

Comments

@spine-o-bot
Copy link

In GitLab by @mihlema on Mar 28, 2019, 19:37

julia> connection_capacity(connection=:GasPipeline, commodity=:Gas, node=:GasNode1, direction=:in)
0

julia> connection_capacity()
Dict{Tuple{Symbol,Symbol,Vararg{Symbol,N} where N},Any} with 2 entries:
  (:Gas, :GasNode1, :GasPipeline, :in) => 200
  (:Gas, :GasNode2, :GasPipeline, :in) => 0

julia> connection_capacity(commodity=:Gas, node=:GasNode1,connection=:GasPipeline, direction=:in)
200

I think it shouldn't matter in which order the different objects of the relationship are given.

@spine-o-bot
Copy link
Author

In GitLab by @manuelma on Mar 28, 2019, 23:50

This is definitely a bug. Which branch are you in?

@spine-o-bot
Copy link
Author

In GitLab by @manuelma on Apr 9, 2019, 02:12

Is this fixed in our latest dev branch?

@spine-o-bot
Copy link
Author

In GitLab by @mihlema on Apr 9, 2019, 16:22

closed

@spine-o-bot
Copy link
Author

In GitLab by @mihlema on Apr 12, 2019, 16:52

reopened

@spine-o-bot
Copy link
Author

In GitLab by @manuelma on May 30, 2019, 19:12

closed

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

No branches or pull requests

1 participant