ipopt-hs-0.4.2.0: haskell binding to ipopt and nlopt including automatic differentiation

Safe HaskellNone

Ipopt.PP

Contents

Synopsis

lenses for IpOptSolved

x :: forall v. Lens' (IpOptSolved v) (v Double)Source

mult_x_U :: forall v. Lens' (IpOptSolved v) (v Double)Source

mult_x_L :: forall v. Lens' (IpOptSolved v) (v Double)Source

mult_g :: forall v. Lens' (IpOptSolved v) (v Double)Source

g :: forall v. Lens' (IpOptSolved v) (v Double)Source

pretty printing

internal

br :: MonadWriter Doc m => m ()Source