help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] What is the utility of glp_smcp?


From: Andrew Makhorin
Subject: Re: [Help-glpk] What is the utility of glp_smcp?
Date: Mon, 4 Feb 2008 00:29:46 +0300

> I would like know the difference between the utilisation of glp_scmp and the
> utilisation of routine lpx_set_int_parm to pass parameters at simplex.

The glp_smcp structure allows passing control parameters directly to the
lp solver (glp_intopt). Lpx_set_int_parm passes the parameters indirectly
through the problem object. The latter feature is obsolete and should not
be used with glp_intopt. It is kept for backward compatibility.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]