LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
map_feastol.m
1function FEASTOL=map_feastol()
2% FEASTOL=map_feastol() - tolerance for feasibility (default 1e-12)
3%
4
5FEASTOL=8;
6end