java mixed integer linear programming (MILP) solver library that reads MathProg

2023-11-23 Thread Jorge Garcia de Alba
Good day!

A java mixed integer linear programming (MILP) solver library that
reads MathProg would be wonderful. If there is no such thing, it
should exist.

Jorge

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Projects that use org.apache.commons.math3.optim.linear.*;

2023-09-28 Thread Jorge Garcia de Alba
Hello,

What projects in the world use org.apache.commons.math3.optim.linear.*
? Is there a list?

Jorge

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



integer programming

2023-04-11 Thread Jorge Garcia de Alba
Hello,

It would be wonderful to have integer programming. Thanks.

Have a great day.

Jorge "JR"

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Identifying binding constraints

2022-07-23 Thread Jorge Garcia de Alba
Hello,

I use org.apache.commons.math3.optim.linear package. How would one go
about identifying binding constraints? It would be great to have a
method that tells one which constraints are binding.

Have a great day.

Jorge

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



distribution fitting with commons math

2021-10-10 Thread Jorge Garcia de Alba
Hello,

I would like to use commons math to fit a probability distribution to
my data and then test for close fit using the kolmogorov-smirnov test.
Where can I find example code on how to do this? Have a great day.

Jorge

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: SimplexSolver - Candidate Solutions and PointValuePairs

2021-10-06 Thread Jorge Garcia de Alba
Hello,

I was hoping I could look at all solutions (non-optimal and optimal)
found by algorithm to see if there anything useful there. It is my
understanding that once a feasible solution is found, algorithm then
just refines the feasible solution to a optimum feasible solution. I
am currently using a brute-force approach to find those optimal
solutions and it is working. Thanks.

Jorge

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



SimplexSolver - Candidate Solutions and PointValuePairs

2021-10-01 Thread Jorge Garcia de Alba
Hello,

How can I get a PointValuePair for each candidate solution when using
SimplexSolver?

Have a great day.

Jorge Garcia de Alba

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: Using Apache Commons Math in Java Language Routines (SQL/JRT) in HSQLDB

2021-08-10 Thread Jorge Garcia de Alba
Hello,

Would apache commons math be interested in adding code that could
easily be used in java language routines or is this out of scope? I
think they would be the best choice for implementing this.

This is how I imagine it would be used.
https://github.com/xjrga/linearprogramming

Here is information on java language routines.
http://hsqldb.org/doc/guide/sqlroutines-chapt.html#src_jrt_routines

Thanks.

Jorge Garcia de Alba

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Using Apache Commons Math in Java Language Routines (SQL/JRT) in HSQLDB

2021-08-04 Thread Jorge Garcia de Alba
Hello,

I am interested in using the simplexsolver in a java language routine
in hsqldb. Hsqldb requires that the body of the java language routine
to be a static method. I wonder if such methods could be created and
implemented so they could be easily be used in java language routines.
Great job.

org.apache.commons.math3.optim.linear.SimplexSolver

Jorge Garcia de Alba

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org