登录
首页 » Java » cplex

cplex

于 2018-06-19 发布 文件大小:33KB
0 288
下载积分: 1 下载次数: 2

代码说明:

  使用java语言调用cplex求解简单案例(use java language with cplex solver to solve some simple cases)

文件列表:

cplex\.classpath, 390 , 2018-06-18
cplex\.project, 381 , 2018-06-18
cplex\.settings\org.eclipse.jdt.core.prefs, 598 , 2018-06-18
cplex\bin\Example_1.class, 2947 , 2018-06-19
cplex\bin\Example_2.class, 2844 , 2018-06-19
cplex\bin\MainProg.class, 632 , 2018-06-19
cplex\bin\seminar\columnGen$Customer.class, 1172 , 2018-06-19
cplex\bin\seminar\columnGen$Depot.class, 542 , 2018-06-19
cplex\bin\seminar\columnGen$MasterProblem.class, 6005 , 2018-06-19
cplex\bin\seminar\columnGen$Node.class, 1256 , 2018-06-19
cplex\bin\seminar\columnGen$Path.class, 3060 , 2018-06-19
cplex\bin\seminar\columnGen$SubProblem$MyMipCallBack.class, 1964 , 2018-06-19
cplex\bin\seminar\columnGen$SubProblem.class, 8137 , 2018-06-19
cplex\bin\seminar\columnGen.class, 5440 , 2018-06-19
cplex\bin\seminar\Logger$StopWatch.class, 1037 , 2018-06-19
cplex\bin\seminar\Logger.class, 2913 , 2018-06-19
cplex\bin\seminar\mainpro.class, 5615 , 2018-06-19
cplex\bin\seminar\Parameters$ColGen.class, 686 , 2018-06-19
cplex\bin\seminar\Parameters.class, 1313 , 2018-06-19
cplex\src\Example_1.java, 1812 , 2018-06-18
cplex\src\Example_2.java, 2322 , 2018-06-18
cplex\src\MainProg.java, 198 , 2018-06-18
cplex\src\seminar\columnGen.java, 16039 , 2018-06-18
cplex\src\seminar\Logger.java, 2511 , 2018-06-18
cplex\src\seminar\mainpro.java, 5389 , 2018-06-18
cplex\src\seminar\Parameters.java, 1571 , 2018-06-18
cplex\bin\seminar, 0 , 2018-06-19
cplex\src\seminar, 0 , 2018-06-18
cplex\.settings, 0 , 2018-06-18
cplex\bin, 0 , 2018-06-19
cplex\src, 0 , 2018-06-18
cplex, 0 , 2018-06-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ZCXLJ
    支持向量机和BP神经网络都可以用来做非线性回归拟合,但它们的原理是不相同的,支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。大量仿真证实,支持向量机的泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合(Support vector machines and BP neural network can be used for non-linear regression fit, but they is not the same principle, support vector machine based on structural risk minimization theory, generally considered its generalization ability than the neural network of strong . Inherent defect- a large number of simulation confirmed that generalization ability of support vector machine is stronger than the BP network, but also to avoid neural network training results unstable. The source code can be used for linear regression, nonlinear regression, nonlinear function fitting a variety of applications, data modeling, forecasting, classification)
    2020-09-18 19:27:53下载
    积分:1
  • comsol14
    下面我们将给出一些基于Galerkin有限元法的微型泵模拟结果,模拟过程在商业软件COMSOL Multiphysics 3.2中实现。数值求解采用压力修正算法——SIMPLE,它首先假设一个压力场,然后通过求解不可压缩流动的Navier-Stokes方程得到速度场。这些速度不需要满足Possion型连续方程,所以对压力场的修正也带来速度场的修正,最终满足质量守恒。求解速度场的同时计算电势场方程。这会得到Lorentz力,然后将其反馈回N-S方程并作为体积力处理。连续耦合Lorentz力和速度场直到Newton迭代收敛。 (Below we will give some micro-pump simulation results based on the Galerkin finite element method, the simulation process in the commercial software COMSOL Multiphysics 3.2. The numerical solution of pressure correction algorithm- the SIMPLE, it begins by assuming a pressure field, and then by solving the incompressible Navier-Stokes equations, the velocity field. These velocities do not need to satisfy the continuity equation of Possion type pressure field correction to bring the amendment of the velocity field, and ultimately to meet the conservation of mass. Solving the velocity field at the same time to calculate the potential field equations. This will be the Lorentz force, and then fed back to the NS equations and processing as a volume force. Continuous coupling of the Lorentz force and the velocity field until the Newton iteration convergence.)
    2012-06-03 12:26:50下载
    积分:1
  • fmincon
    求解非线性方程。调用格式x=fmincon(fun,x0,A,b,Aeq,beq,VLB,VUB)(For solving nonlinear equations. Call the format x = fmincon (fun, x0, A, b, Aeq, beq, VLB, VUB))
    2009-09-06 13:18:25下载
    积分:1
  • Explain-of-SAP5
    解释有限元程序SAP5的原理,结构,算例的一本书籍(The finite element program SAP5 explain the principles, structure, examples)
    2017-03-30 19:48:51下载
    积分:1
  • 矩阵转置
    说明:  运用数组,指针,通过最简单的c语言完成矩阵的转置计算。(Using array, pointer, through the simplest c language to complete the matrix transpose calculation)
    2020-04-19 13:57:43下载
    积分:1
  • svdpackc.tar
    求矩阵奇异分解svd算法,共计4种实现方式,(for SVD matrix decomposition algorithm, for a total of four kinds of achievement,)
    2005-07-06 10:56:02下载
    积分:1
  • UDF_comfort
    用于CFD模拟室内热舒适性,利用用户自定义编写室内热舒适评价指标PMV,对模拟分析结果进行处理,得出室内各处的PMV值。(This is used to simuate indoor thermal comfort performance through CFD.)
    2018-10-08 13:15:01下载
    积分:1
  • RNN-RTRL-train
    递归神经网络-实时学习训练算法代码,亲测可用,简洁无误,容易上手。( Recursive neural network- real-time learning training algorithm code, pro-test available, simple and correct, easy to use.)
    2021-01-21 09:08:41下载
    积分:1
  • fft_change
    快速傅立叶变换的程序,附有试验用数据,希望对大家有所帮助(Fast Fourier Transform procedure, with test data, and they hope to help everyone)
    2008-02-01 12:14:16下载
    积分:1
  • LMMSE
    lmmse算法的仿真实现,在相关矩阵的求解上比较有技巧性(lmmse Simulation Algorithm)
    2011-12-02 00:30:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载