diff options
author | Harpreet | 2015-09-01 14:21:55 +0530 |
---|---|---|
committer | Harpreet | 2015-09-01 14:21:55 +0530 |
commit | ed526ee458eab28367de030f450838a038f2ed10 (patch) | |
tree | a696611f362a43d215f53b1b074da49a78b5e2e1 /macros/symphony_mat.sci | |
parent | d8e0fa36cb1bd4e00307792008aca1d56043b15a (diff) | |
download | symphony-ed526ee458eab28367de030f450838a038f2ed10.tar.gz symphony-ed526ee458eab28367de030f450838a038f2ed10.tar.bz2 symphony-ed526ee458eab28367de030f450838a038f2ed10.zip |
Styling help
Diffstat (limited to 'macros/symphony_mat.sci')
-rw-r--r-- | macros/symphony_mat.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/symphony_mat.sci b/macros/symphony_mat.sci index a0fa895..747edff 100644 --- a/macros/symphony_mat.sci +++ b/macros/symphony_mat.sci @@ -10,7 +10,7 @@ // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt function [xopt,fopt,iter] = symphony_mat (varargin) - // Solves a mixed integer linear programming constrained optimization problem. + // Solves a mixed integer linear programming constrained optimization problem in intlinprog format. // // Calling Sequence // xopt = symphony_mat(f,intcon,A,b) |