linear-programming
Python Pulp using with Matrices
I am still very new to Python, after years and years of Matlab. I am trying to use Pulp to set up an integer linear program.[详细]
2023-04-12 01:26 分类:问答Team Building Optimization Using Microsoft Solver Foundation 3.0
I\'m working on a student project team building application. I\'m familiar with optimization but haven\'t used Microsoft Solver Foundation before. I have my constraints worked out but am having troubl[详细]
2023-04-11 21:16 分类:问答Is there an Integer Linear Programming software that returns also non-optimal solutions?
I have an integer linear optimisation problem and I\'m interested in feasible, good solutions. As far as I know, for example the Gnu Linear Program开发者_StackOverflow中文版ming Kit only returns the o[详细]
2023-04-11 16:31 分类:问答feasiblity problem in CPLEX
Is there an api to solve the feasibility problem (whether a feasible point exists)for a set o开发者_Go百科f convex restraints in CPLEX.Yes, just don\'t enter an objective function.cplex will give you[详细]
2023-04-06 14:02 分类:问答Gurobi and java and empty solution
I\'m using Gurobi with java to solve a ILP problem. I set all and I start the program. But Gurobi doesn\'t even try to solve my problem and gives my an empty solution all variable set to 0.[详细]
2023-04-05 21:53 分类:问答Sensitivity analysis in LP solvers from MATLAB
As far as I understand, CPLEX, LP_solve and GLPK, among other LP solvers, offer sensitivity analysis.[详细]
2023-04-02 10:56 分类:问答lp_solve consecutive calls to `solve' are incorrect
I need to solve some simple linear integer programming-like problem, I took lp_solve library. The task is to obtain variables\' values for some consequtive values of linear function with possible simp[详细]
2023-04-01 01:09 分类:问答Identifying column and row clusters with linear programming
I believe that the question Is there a good way开发者_如何转开发 to do this type of mining? could be solved using linear programming techniques.But I am completely new to this and do not know the best[详细]
2023-03-30 02:56 分类:问答How to program a complex set of interrelations?
First, I\'m sorry about the title, that was the best I could come up with. What I mean is something like, a program that tells me that when A goes up, B goes down, which makes C go up, which increase[详细]
2023-03-22 00:45 分类:问答Is this a linear programming problem?
I have been pulling my hair out on one problem... The overall problem is complicated... but let me try my best to explain the part that really matters...[详细]
2023-03-20 13:12 分类:问答