代码搜索:simplex

找到约 356 项符合「simplex」的源代码

代码结果 356
www.eeworm.com/read/432654/1891599

java probleminstandardform.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ro.simplex; import java.util.ArrayList; import ro.utils.Fraction; /** * * @author Doan
www.eeworm.com/read/432654/1891600

java dictionary.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ro.simplex; import java.util.ArrayList; import ro.utils.Fraction; /** * * @author Doan
www.eeworm.com/read/432654/1891601

java objective.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ro.simplex; import java.util.ArrayList; import ro.utils.Fraction; /** * * @author Doan
www.eeworm.com/read/432654/1891605

java problem.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ro.simplex; import java.util.ArrayList; import ro.utils.Fraction; /** * * @author Doan
www.eeworm.com/read/236853/13995127

doc linprog.doc

function [zmax,PHIiter,PHIIiter,xbasic,ibasic]=linprog(A,b,c); % %Written for MATLAB version 5.0 % %LINPROG uses the two phase simplex method to solve the linear %program maximize cx subject to
www.eeworm.com/read/421666/10713335

tex glpk04.tex

%* glpk04.tex *% \chapter{Advanced API Routines} \section{LP basis and simplex tableau routines} \label{lpbasis} \subsection{Background} \label{subsecbasbgd} Using vector and matrix notations LP p
www.eeworm.com/read/432662/1891496

java parser.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ro.utils; import java.util.ArrayList; import ro.simplex.*; /** * * @author Doan Chien T
www.eeworm.com/read/432654/1891607

java parser.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ro.utils; import java.util.ArrayList; import ro.simplex.*; /** * * @author Doan Chien T
www.eeworm.com/read/236853/13995137

m linprog.m

function [zmax,PHIiter,PHIIiter,xbasic,ibasic]=linprog(A,b,c); % %LINPROG uses the two phase simplex method to solve the linear %program maximize cx subject to the constraints Ax = b and x >= 0 ,
www.eeworm.com/read/236853/13995139

m phaseii.m

function [z,xbasic,ibasic,ienter,iter,PCOL,OPTEST,CYCTEST]=phaseii(A,b,c,ibasic); %PHASEII performs phase II of the simplex method starting with the basic %columns specified by the vector ibasic. %