|
cprover
|
Format vector of numbers into a compressed range. More...
#include <string>#include <vector>
Include dependency graph for format_number_range.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| std::string | format_number_range (const std::vector< unsigned > &) |
| create shorter representation for output More... | |
Format vector of numbers into a compressed range.
Definition in file format_number_range.h.
| std::string format_number_range | ( | const std::vector< unsigned > & | input_numbers | ) |
create shorter representation for output
| input_numbers | vector of numbers |
Definition at line 23 of file format_number_range.cpp.