Ticket #1947: CGraphBug.mos

File CGraphBug.mos, 359 bytes (added by Christian Schubert, 12 years ago)
Line 
1// load all files
2loadModel(Modelica,{"3.2.1"}); getErrorString();
3
4setDebugFlags("scodeInstShortcut,dumpdaelow"); getErrorString();
5setMatchingAlgorithm("PFPlusExt"); getErrorString();
6setIndexReductionMethod("dynamicStateSelection"); getErrorString();
7
8loadFile("CGraphBug.mo"); getErrorString();
9buildModel(CGraphBug.TopModel); getErrorString();