XiongPengNUS / rsome

Robust Stochastic Optimization Made Easy
GNU General Public License v3.0
282 stars 54 forks source link

example reference #20

Closed hzzzzjzyq closed 2 years ago

hzzzzjzyq commented 2 years ago

thanks for your guide , 2019b is a error in reference https://xiongpengnus.github.io/rsome/example_dro_inv

hzzzzjzyq commented 2 years ago

model.st(I[0] == I0 + w - d[0]) NameError: name 'w' is not defined in Multi-Stage Inventory Control

XiongPengNUS commented 2 years ago

Thank you for spotting this typo. The variable should be x1 instead of w. We have corrected the typo in the new commit.