代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/161095/10452234
m mexlusolve.m
function x = mexlusolve(A,b,Pcol)
% MEXLUSOLVE : Supernodal LU factor-and-solve.
%
% MEXLUSOLVE is the mex-file version of the supernodal solver.
% The user will normally call LUSOLVE, which calls M
www.eeworm.com/read/421666/10713234
tex glpk05.tex
%* glpk05.tex *%
\chapter{Branch-and-Cut API Routines}
\section{Introduction}
\subsection{Using the callback routine}
The GLPK MIP solver based on the branch-and-cut method allows the
application
www.eeworm.com/read/265028/6997209
txt readme.txt
Support Vector Machine toolbox for Matlab
Version 2.51, January 2002
Contents.m contains a brief description of all parts of this toolbox.
Main features are:
- Except for the QP solver, all parts
www.eeworm.com/read/467525/7004947
java macps.java
package macps;
import java.util.*;
import java.io.*;
/**
* Missionaries And Cannibals Puzzle Solver.
*
* Solution to the puzzle must not violate any of the following 2 rules:
* 1) Relative headcount
www.eeworm.com/read/467525/7004948
java~1~ macps.java~1~
package macps;
import java.util.*;
import java.io.*;
/**
* Missionaries And Cannibals Puzzle Solver.
*
* Solution to the puzzle must not violate any of the following 2 rules:
* 1) Relative headcount
www.eeworm.com/read/450221/7488315
m data_structure.m
function data = data_structure(p,t)
% Build data structures used in the solver.
%
% This function builds the mesh parameters and connectivity that will be
% used in tvd_rk2.m. Building this init
www.eeworm.com/read/450221/7488323
m data_structure.m
function data = data_structure(p,t)
% Build data structures used in the solver.
%
% This function builds the mesh parameters and connectivity that will be
% used in tvd_rk2.m. Building this init
www.eeworm.com/read/397106/8067769
txt readmesvm.txt
Support Vector Machine toolbox for Matlab
Version 2.51, January 2002
Contents.m contains a brief description of all parts of this toolbox.
Main features are:
- Except for the QP solver, all parts
www.eeworm.com/read/142353/12950716
m dio.m
function [R,S,T] = dio(A,B,d,Am,Bm,Ao,Ar,As);
% DIO
% ---
% This function represents the interface to the generic diophantine
% equation solver DIOPHANT.
%
% CALL [R,S,T] = dio
www.eeworm.com/read/123945/6056768
m dio.m
function [R,S,T] = dio(A,B,d,Am,Bm,Ao,Ar,As);
% DIO
% ---
% This function represents the interface to the generic diophantine
% equation solver DIOPHANT.
%
% CALL [R,S,T] = dio