LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
examples
test_gallery
test_gallery_mapm1.m
1
% Test gallery_mapm1 with SolverMVA
2
model = gallery_mapm1();
3
solver = SolverMVA(model);
4
avgTable = solver.getAvgTable();
5
fprintf(
'Model: %s\n'
, model.getName());
6
disp(avgTable);
Generated by
1.9.8