print(mod)
On Friday, April 24, 2015 at 2:02:59 PM UTC-4, Michela Di Lullo wrote: Hello everyone, > > I'm new to julia and I was wondering how to display the whole model. > I tried with: > > mod=Model(...) > ... > > display(mod) > > > Feasibility problem with: > > * 144 linear constraints > > * 2822 variables: 1514 binary > > Solver set to Gurobi > > > but it only says the *number* of variables and constraints in the model.. > while I want to see the constraints/objective in its/their expanded forms. > > > Any idea about how to make it? > > Thank you all for any suggestion :) >
