On Thu, 21 Jun 2007, Luca Castelluzzo wrote:

> I would like to use the GLPK by calling the glpsol command from a Java 
> program (through system call) that has to solve a specific MIP problem. This 
> program could build a MathProg file on-the-fly, invoke glpsol with its 
> arguments and then get the solution from the output file. Therefore, it would 
> be neither statically nor dynamically linked to the GLPK.
>
> My question is: am I forced to release this program under the GPL?
> I've already read http://www.gnu.org/licenses/gpl-faq.html#MereAggregation 
> but it didn't help.

You don't have to release it at all.

Supposing you do release it, I'm pretty sure the answer is still no.
It's not mere aggregation, it's a use.
It's in the same category as a script that invokes glpsol.
glpsol could readily be replaced by another solver that understands MathProg.
The solver could be a script.

-- 
Mike   [EMAIL PROTECTED]
"Horse guts never lie."  -- Cherek Bear-Shoulders



_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to