资源简介

yalmip(matlab工具包)是一种用来求解线性规划,整数规划,混合整数规划及其他运筹学相关问题的有效工具包。下载后即可直接使用。

资源截图

代码片段和文件信息

% YALMIP
% Version 3 (R14SP3) 5-May-2009
%
% Information
%
% Variables.
%   sdpvar       - Create SDPVAR variable 
%   intvar       - Create integer SDPVAR variable
%   binvar       - Create binary SDPVAR variable
%   blkvar       - Create container for block variable
%   double       - Convert SDPVAR object to double (i.e. extract solution)
%   is           - Check property of SDPVAR variable
%   setsdpvar    - Initialize the “double“ value of an SDPVAR object
%   replace      - Replace free variables in an SDPVAR object with constant
%   sdisplay     - Tries to display an SDPVAR symbolically
%   monolist     - Creates multi-variate monomials up to specified degree
%   linearize    - Linearize SDPVAR object p(x) at the point double(x)
%   jacobian     - Calculate Jacobian for SDPVAR object
%   hessian      - Calculate Jacobian for SDPVAR object
%   coefficients - Extract coefficients and monomials from polynomials
%   unblkdiag    - Detect and extract blocks in SDP constraints
%
% Inequalites and constraints.
%   set          - Create a SET object (set of constraints). For on-line help: help sdpvar/set
%   sos          - Create sum-of-squares constraint
%   cone         - Second order cone constraint
%   rcone        - Rotated Lorentz cone constraint
%   integer      - Constrain variables to be integer
%   binary       - Constrain variables to be binary
%   unblkdiag    - Extracts diagonal blocks
%   dissect      - Dissect SDP constraint
%   checkset     - Checks constraint violations for current solution
%   dual         - Extract dual variable related to a constraint SET
%   sosd         - Extract SOS decomposition
%   double       - Convert SET object to double
%   linearize    - Linearize all constraints
%   is           - Checks property of constraint
%   plot         - Plot feasible set. For on-line help: help lmi/plot
%   hull         - construct convex hull of SET objects: help lmi/hull
%
% Optimization related.
%   sdpsettings  - Create an options structure
%   solvesdp     - Computes solution to optimization problem
%   solvesos     - Sum of squares decomposition of polynomial
%   solvemoment  - Lasserre‘s moment relaxation for polynomial programming
%   solvemp      - Solve multi-parametric program
%
% Auxillary
%   export       - Export YALMIP model to various solver formats
%   yalmip       - Various administrative stuff
%   savesdpafile - Saves a problem definition in the SDPA format
%   yalmipdemo   - Brief tutorial and examples.
%   yalmiptest   - Runs a number of test problems.
%

% Author Johan L鰂berg
% $Id: Contents.mv 1.52 2009-05-05 11:42:00 joloef Exp $   

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-05-02 17:36  yalmip\
     目录           0  2014-05-02 17:36  yalmip\@sdpvar\
     文件        2446  2008-11-11 15:29  yalmip\@sdpvar\abs.m
     文件        1325  2008-12-11 14:02  yalmip\@sdpvar\acos.m
     文件         924  2007-08-02 20:16  yalmip\@sdpvar\acosh.m
     文件         918  2008-09-05 09:29  yalmip\@sdpvar\acot.m
     文件        2378  2007-08-02 21:17  yalmip\@sdpvar\and.m
     文件         222  2006-07-26 22:17  yalmip\@sdpvar\any.m
     文件         925  2007-08-02 20:16  yalmip\@sdpvar\asec.m
     文件         933  2008-09-05 09:29  yalmip\@sdpvar\asin.m
     文件         876  2008-09-05 09:29  yalmip\@sdpvar\asinh.m
     文件        1658  2007-10-04 13:27  yalmip\@sdpvar\assign.m
     文件         902  2007-08-02 20:16  yalmip\@sdpvar\atan.m
     文件         841  2008-05-01 23:57  yalmip\@sdpvar\beta.m
     文件         869  2004-07-06 16:08  yalmip\@sdpvar\binary.m
     文件        2756  2007-09-12 16:28  yalmip\@sdpvar\blkdiag.m
     文件        1191  2006-05-11 12:49  yalmip\@sdpvar\bounds.m
     文件         300  2006-03-16 00:45  yalmip\@sdpvar\brutepersp.m
     文件         278  2006-08-10 10:48  yalmip\@sdpvar\cat.m
     文件        1213  2007-07-26 19:10  yalmip\@sdpvar\ceil.m
     文件         424  2006-07-26 22:17  yalmip\@sdpvar\circshift.m
     文件         975  2008-05-04 15:26  yalmip\@sdpvar\clean.m
     文件         406  2004-07-01 13:17  yalmip\@sdpvar\clearsdpvar.m
     文件         277  2007-04-12 13:31  yalmip\@sdpvar\clear_poly_dep.m
     文件         904  2008-04-24 13:15  yalmip\@sdpvar\cone.m
     文件         214  2006-01-26 15:44  yalmip\@sdpvar\conj.m
     文件        6673  2004-07-06 16:09  yalmip\@sdpvar\Contents.m
     文件         673  2006-10-18 10:48  yalmip\@sdpvar\conv.m
     文件          40  2007-07-29 23:09  yalmip\@sdpvar\convexhull.m
     文件        1849  2008-04-08 11:02  yalmip\@sdpvar\cos.m
     文件         982  2007-08-02 20:16  yalmip\@sdpvar\cosh.m
............此处省略985个文件信息

评论

共有 条评论