linear-programming
Simplex solver Library Help
I have to migratesome old code which used the cbased LPPSolver library to solve a Simplex problem. My problem in Java is to find anon commercial JAVA based solver which c开发者_如何学Pythonan handle l[详细]
2023-01-19 08:34 分类:问答Find the Discrete Pair of {x,y} that Satisfy Inequality Constriants
I have a few inequalities regarding {x,y}, that satisfies the following equations: x>=0 y>=0 f(x,y)=x^2+y^2>=100[详细]
2023-01-17 08:21 分类:问答Good linear programming library for C#? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-09 04:34 分类:问答Recommended library for linear programming in .Net? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-02 09:18 分类:问答How to choose an integer linear programming solver?
开发者_StackOverflowI am newbie for integer linear programming. I plan to use a integer linear programming solver to solve my combinatorial optimization problem.[详细]
2022-12-29 19:30 分类:问答Which linear programming package should I use for high numbers of constraints and "warm starts" [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-28 04:55 分类:问答Integer Linear Programming Java: Multiple Open Source and Commercial tools are available. Which one to use?
I need to use Integer Linear Programming API/Tool for my application. Though my application is in Java but I don’t mind calling an EXE (Tool) from Java开发者_开发知识库 providing input using file (MP[详细]
2022-12-14 00:45 分类:问答Linear Independence Matrix
Suppose we have a m by n matrix A with rank m and a set K⊆{1..n} such that the开发者_运维问答 columns of A indexed by K are linearly independent. Now we want to extend K and find a set L so that k⊆L[详细]
2022-12-11 05:33 分类:问答Genetic Algorithm limits for more than 500,000 variables
Can GA(Genetic Algorithm) handle a mixed integer(0-1 problem) non-linear optimization problem with 500,000 variables? One objective function: linear; 80 constraints: 78 are linear, 2 are non-linear. T[详细]
2022-12-07 21:55 分类:问答