Struct osqp::Solution [] [src]

pub struct Solution<'a> { /* fields omitted */ }

A solution to a problem.

Methods

impl<'a> Solution<'a>
[src]

[src]

Returns the primal variables at the solution.

[src]

Returns the dual variables at the solution.

These are the Lagrange multipliers of the constraints l <= Ax <= u.

[src]

Returns the status of the polish operation.

[src]

Returns the primal objective value.

[src]

Returns the norm of primal residual.

[src]

Returns the norm of dual residual.

Trait Implementations

impl<'a> Clone for Solution<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Solution<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Solution<'a>

impl<'a> Sync for Solution<'a>