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
I would like to start a discussion about status que vs. a Rivus class.
Has anybody already thought about OOP-ing the module?
I was creating the rivus.graph submodule and thought something like this would be pretty intuitive instead of what we are doing now:
importrivusasrvprob=rv.Rivus(edge, vertex, sheet_data, ...) # constructor (maybe even from paths instead of objects?prob.solve('gurobi', threads=6, MIPGap=.001, ...)
prob.report('./result/abc')
prob.to_igraph('./result/graph/')
prob.plot()
....
What are your thoughts about it?
Does somebody have experience regarding the performance difference between the two paradigms?
#discussion #enhancement
The text was updated successfully, but these errors were encountered:
I would like to start a discussion about status que vs. a Rivus class.
Has anybody already thought about OOP-ing the module?
I was creating the rivus.graph submodule and thought something like this would be pretty intuitive instead of what we are doing now:
What are your thoughts about it?
Does somebody have experience regarding the performance difference between the two paradigms?
#discussion #enhancement
The text was updated successfully, but these errors were encountered: