Struct osqp::PrimalInfeasibilityCertificate [] [src]

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

A proof of primal infeasibility.

Methods

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

[src]

Returns the certificate of primal infeasibility.

For further explanation see [Infeasibility detection in the alternating direction method of multipliers for convex optimization] (http://www.optimization-online.org/DB_HTML/2017/06/6058.html).

Trait Implementations

impl<'a> Clone for PrimalInfeasibilityCertificate<'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 PrimalInfeasibilityCertificate<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations