![]() |
SemiDiscreteOT 1.0
Semi-Discrete Optimal Transport Library
|
Go to the source code of this file.
Namespaces | |
namespace | Color |
Defines a set of inline string constants for ANSI color codes to be used in console output. | |
Variables | |
const std::string | Color::reset = "\033[0m" |
const std::string | Color::bold = "\033[1m" |
const std::string | Color::red = "\033[31m" |
const std::string | Color::green = "\033[32m" |
const std::string | Color::yellow = "\033[33m" |
const std::string | Color::blue = "\033[34m" |
const std::string | Color::magenta = "\033[35m" |
const std::string | Color::cyan = "\033[36m" |