代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/334860/12568281
m lp.m
function [x,lambda,how]=lp(f,A,B,vlb,vub,x,neqcstr,verbosity)
%线性规划lp
%求解线性规划问题:
% min c'x
% s.t. Ax
www.eeworm.com/read/147096/12584986
m lp.m
function [x,lambda,how]=lp(f,A,B,vlb,vub,x,neqcstr,verbosity)
%LP Linear programming.
% X=LP(f,A,b) solves the linear programming problem:
%
% min f'x s
www.eeworm.com/read/247477/12658001
h lp.h
//-----------------------------------------------------------------------------
// File: lp.h
// Contents: EZ-USB FX2LP/FX1 constants, macros, datatypes, globals, and library
//
www.eeworm.com/read/135531/13923287
y lp.y
/* ========================================================================= */
/* NAME : lp.y */
/* =====================================
www.eeworm.com/read/134379/13993946
h lp.h
#ifndef _LINUX_LP_H
#define _LINUX_LP_H
/*
* usr/include/linux/lp.h c.1991-1992 James Wiegand
* many modifications copyright (C) 1992 Michael K. Johnson
* Interrupt support added 1993 Nigel Gamble
www.eeworm.com/read/132706/14077944
m lp.m
function [xout, lambdaout, howout] = lp(f,A,b,VLB,VUB,x0,N,verbosein)
% Functionally equivalent to Optimization Toolbox LP.M, but calls
% BPMPD instead; accepts both full and sparse A.
% Type "help
www.eeworm.com/read/111928/15500495
bak lp.bak
www.eeworm.com/read/111928/15500496
exe lp.exe
www.eeworm.com/read/111928/15500497