Add Problem.prepared.
@gsagnol asked for a method to see the reformulated problem before it is passed to a solver for import. This is a tracking issue for this method which I think should have the form Problem.as_prepared_for(solver, **options)
similar to Problem.solve
.
Edited by Maximilian Stahlberg