> It's nice (and easy) to add 'pow' function, I hit this when I needed > to express my parameter functional dependency on indices. I actually > needed 'square' function but 'pow' is more general.
There is the operation "raise to power" expressed as x ^ y or x ** y So the 'pow' fucntion is not needed. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
