代码搜索:Solver

找到约 5,733 项符合「Solver」的源代码

代码结果 5,733
www.eeworm.com/read/427417/8946977

h sat.h

// /********************************************************************* // Copyright 2000-2004, Princeton University. All rights reserved. // By using this software the USER indicates that he or sh
www.eeworm.com/read/427417/8947084

h sat.h

/********************************************************************* Copyright 2000-2004, Princeton University. All rights reserved. By using this software the USER indicates that he or she has
www.eeworm.com/read/427417/8947235

h sat.h

/********************************************************************* Copyright 2000-2004, Princeton University. All rights reserved. By using this software the USER indicates that he or she has
www.eeworm.com/read/377833/9260703

h sat.h

// /********************************************************************* // Copyright 2000-2004, Princeton University. All rights reserved. // By using this software the USER indicates that he or sh
www.eeworm.com/read/377831/9260761

h sat.h

/********************************************************************* Copyright 2000-2004, Princeton University. All rights reserved. By using this software the USER indicates that he or she has
www.eeworm.com/read/362246/10010264

m minball.m

function model = minball(X,options) % MINBALL Minimal enclosing ball in kernel feature space. % % Synopsis: % model = minball(X) % model = minball(X,options) % % Description: % It computes center
www.eeworm.com/read/160392/10536106

m miqp.m

function [xmin, fmin, flag, Extendedflag] = ... miqp(H, f, A, b, Aeq, beq, vartype, lb, ub, x0, Options) %=============================================================================== %
www.eeworm.com/read/198172/7948857

txt 说明.txt

This folder contains all the codes based on Matlab Language for the book , and there are totally 21 M files, which can solve most problems of line
www.eeworm.com/read/312163/13617477

m~ minball.m~

function model = minball(X,options) % MINBALL Minimal enclosing ball in kernel feature space. % % Synopsis: % model = minball(X) % model = minball(X,options) % % Description: % It computes center
www.eeworm.com/read/347945/11625403

m milpex.m

clc echo on % YALMIP supports mixed integer (LP/QP/SOCP/SDP) programming. If no % specialized MIP solver is installed, such as GLPK or CPLEX, an internal % branch-and bound scheme is applied,