CLI argument parsing, validation, and configuration for ppforest2.
Definition Benchmark.hpp:21
Command-line interface: argument parsing, subcommands, and benchmark/evaluation orchestration.
Definition Benchmark.hpp:25
@ evaluate
Definition CLIOptions.hpp:25
int run_evaluate(Params ¶ms)
Run the evaluate subcommand.
void add_evaluate_options(CLI::App *sub, EvaluateParams &evaluate)
Add evaluate/convergence options shared by evaluate and benchmark.
void setup_evaluate(CLI::App &app, Params ¶ms)
Register evaluate subcommand options on app.
Evaluate and convergence options (shared by evaluate + benchmark).
Definition EvaluateParams.hpp:45
All CLI options and runtime parameters.
Definition CLIOptions.hpp:33