cprover
format_number_range.h File Reference
#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...
 

Detailed Description

Format vector of numbers into a compressed range

Definition in file format_number_range.h.

Function Documentation

◆ format_number_range()

std::string format_number_range ( const std::vector< unsigned > &  input_numbers)

create shorter representation for output

Parameters
input_numbersvector of numbers
Returns
string of compressed number range representation

Definition at line 23 of file format_number_range.cpp.