Hi Professor
I executed the rals_lm_breaks.e codes.
new;
cls;
library tspdlib;
// Load date file
y = loadd(__FILE_DIR $+ "ts_examples.csv", "Y + date($Date, '%b-%y')");
/*
**model
*/
model=2;
/*
**Number of breaks
*/
nbreaks = 2 ;
{ LM_min, tb, p, cv_lm, RALS_lm, p2, cv_ralslm } = RALSLM_breaks(y, model, nbreaks);
But again it shows the following errors
G0025 : Undefined symbol: 'dynargsGet' [rals_lm_breaks.src, line 70]
G0025 : Undefined symbol: '_checkfordate' [rals_lm_breaks.src, line 72]
G0025 : Undefined symbol: '_get_cv_LMrsf' [rals_lm_breaks.src, line 258]
G0025 : Undefined symbol: '_printHeaderTSPDLIB' [rals_lm_breaks.src, line 267]
G0025 : Undefined symbol: '_printStatsTable' [rals_lm_breaks.src, line 294]
G0025 : Undefined symbol: '_printBreaks' [rals_lm_breaks.src, line 298]
G0025 : Undefined symbol: '_printConclusion' [rals_lm_breaks.src, line 303]
2 Answers
0
Since you also have the error
G0025 : Undefined symbol: 'dynargsGet' [rals_lm_breaks.src, line 70]
I think that you are using an older version of GAUSS. The current version of TSPDLIB requires GAUSS version 21. The previous TSPDLIB package (which can still be downloaded and installed) will work for older versions (I think back to GAUSS 18 or maybe 16).
What version of GAUSS are you using?
0
Hi Professor.
I have version 16
Your Answer
2 Answers
Since you also have the error
G0025 : Undefined symbol: 'dynargsGet' [rals_lm_breaks.src, line 70]
I think that you are using an older version of GAUSS. The current version of TSPDLIB requires GAUSS version 21. The previous TSPDLIB package (which can still be downloaded and installed) will work for older versions (I think back to GAUSS 18 or maybe 16).
What version of GAUSS are you using?
Hi Professor.
I have version 16