Hi all,
I would like to use the trial version of Gurobi with Pulp. I am not sure what the procedure is to install so it can be called from Pulp.
Can anybody help me?
Thanks
George Delendonck
________________________________ NOTE: This message and its attachments are intended only for the individual or entity to which it is addressed and may contain confidential information or forward-looking statements regarding product development. Forward-looking statements are subject to change at Atrenta's sole discretion and Atrenta will have no liability for the delay or failure to deliver any product or feature mentioned in such forward-looking statements.
then use the GUROBI solver
prob.solve(GUROBI())
Stu
> --
>
> You received this message because you are subscribed to the Google Groups
> "pulp-or-discuss" group.
>
> To post to this group, send email to pulp-or...@googlegroups.com.
>
> To unsubscribe from this group, send email to
> pulp-or-discu...@googlegroups.com.
>
>
> For more options, visit this group at
> http://groups.google.com/group/pulp-or-discuss?hl=en.
>
>
>
>
--
Stuart Mitchell
PhD Engineering Science
Freelance Programmer and Optimisation Expert
www.stuartmitchell.com
Thanks