pub fn print_header()Expand description
Prints the standard OpenMECP program header with version and citation information.
This is the single source of truth for the header block. It is called by
print_global_help(), print_version(), and at the start of each optimization
run so that the banner only needs to be maintained in one place.
ยงExamples
use omecp::help::print_header;
print_header();