LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
test_gallery_mhyp1_reentrant.m
1% Test gallery_mhyp1_reentrant with SolverMVA
2model = gallery_mhyp1_reentrant();
3solver = SolverMVA(model);
4avgTable = solver.getAvgTable();
5fprintf('Model: %s\n', model.getName());
6disp(avgTable);