> Would you be able to show a simple demonstration of a piece of code
> that uses the pseudo-random generator? Would it be something like
> this:
>  
> param d:= uniform01();

Exactly. Or like this, for example:

param c{j in J} := if Uniform01() <= 0.5 then 0 else 1;



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to