Joey's got you covered luckily, but just a heads up that it's a good idea to provide some context that your question is about the JuMP package in posts like this, since "Model" could mean different things in different applications/packages.
On Friday, April 24, 2015 at 11:02:59 AM UTC-7, 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 :) >
