Struct osqp::PrimalInfeasibilityCertificate[][src]

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

A proof of primal infeasibility.

Methods

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

Returns the certificate of primal infeasibility.

For further explanation see Infeasibility detection in the alternating direction method of multipliers for convex optimization.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations