pymzn.Gurobi

class pymzn.Gurobi(solver_id='gurobi', dll=None)

Interface to the Gurobi solver.

Parameters

dll (str) – The string containing the dll of your gurobi installation.

Methods

args([all_solutions, num_solutions, …])

Returns a list of command line arguments for the specified options.

parser()

This function should return a new instance of the solver parser.