source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/opt/yalmip/solvers/callnone.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 397 bytes
Line 
1function output = callnone(interfacedata)
2
3% Author Johan Löfberg
4% $Id: callnone.m,v 1.2 2005/05/07 13:53:20 joloef Exp $
5
6% Standard interface
7output.Primal      = zeros(length(interfacedata.c),1);
8output.Dual        = [];
9output.Slack       = [];
10output.problem     = -2;
11output.infostr     = yalmiperror(-2,'YALMIP');
12output.solverinput = [];
13output.solveroutput= [];
14output.solvertime  = 0;
Note: See TracBrowser for help on using the repository browser.