alexe15 / ALADIN.m

Other
35 stars 13 forks source link

Results not reproducible for 5-bus #41

Closed timueh closed 4 years ago

timueh commented 4 years ago

Using the data for the 5-bu system from Alex: ws5busTill.mat.zip,

and running

clear all; clc; close all;
load('ws5busTill.mat')
solve_with_aladin(mpc, dOPF, opts)

I get the following output.

MyAladinOutput

Running MacOS Catalina with Matlab '9.7.0.1261785 (R2019b) Update 3' and casadi-osx-matlabR2015a-v3.5.1.

timueh commented 4 years ago

Fixed with

clear all; clc; close all;
load('ws5busTill.mat')
solve_with_aladin(mpc, dOPF, opts)