Analysis.run

Analysis.run()

Run the complete optimization workflow (legacy convenience method).

This method executes the full optimization workflow in one call: 1. Sets up the problem (convex or nonlinear) 2. Runs the optimization 3. Post-processes the results

Notes

This is a convenience method that maintains backward compatibility. For more control over the workflow, use the new methods: - create_base_problem() - compute_starting_point() - setup_optimization() - solve()

In a future version, this method will be refactored to call those methods internally instead of duplicating logic.