Enum nlopt::Target [] [src]

pub enum Target {
    Maximize,
    Minimize,
}

Defines constants to specify whether the objective function should be minimized or maximized.

Variants

Trait Implementations

Auto Trait Implementations

impl Send for Target

impl Sync for Target