Dear TT team,
my students running Matlab 2024b ran into the following error with crs and quantcarve
`Error using linprog (line 182)
LINPROG requires the following inputs to be of data type double: 'UB'.
Error in STREAMobj/quantcarve (line 227)
[bhat,,,output] = linprog(f,A,b,Aeq,beq,lb,options);
Error in STREAMobj/quantcarve (line 170)
parfor r2 = 1:numel(CStemp)`
Checking the Matlab help showed that they changed the default linprog algorithm in 2024a. Could that be the problem?
Dear TT team,
my students running Matlab 2024b ran into the following error with crs and quantcarve
`Error using linprog (line 182)
LINPROG requires the following inputs to be of data type double: 'UB'.
Error in STREAMobj/quantcarve (line 227)
[bhat,
,,output] = linprog(f,A,b,Aeq,beq,lb,options);Error in STREAMobj/quantcarve (line 170)
parfor r2 = 1:numel(CStemp)`
Checking the Matlab help showed that they changed the default linprog algorithm in 2024a. Could that be the problem?