Skip to main content

Module cli

Module cli 

Source
Expand description

Argv parser for the pounce binary. Tiny hand-rolled parser so we avoid pulling in clap (and its 100k LOC dependency tree).

Structs§

Args
MinimaArgs
Parsed --minima configuration. Shared knobs have concrete defaults; strategy-specific knobs are Options resolved per-method in the driver (so "auto" widths and curvature-based amplitudes match pounce.find_minima). Field semantics mirror _minima.py exactly.

Enums§

DebugMode
Front end for the interactive solver debugger (--debug*).
MinimaMethod
Global-search strategy for --minima. Mirrors the six methods of pounce.find_minima (python/pounce/_minima.py).
ProblemSource