Optimized Belief Propagation (CPU and GPU)
RunData.h File Reference

Declares class to store headers with data corresponding to current program run and evaluation. More...

#include <vector>
#include <map>
#include <string>
#include <algorithm>
#include <iostream>
#include <optional>
#include <variant>
Include dependency graph for RunData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RunData
 Class to store headers with data corresponding to current program run and evaluation. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const RunData &run_data)
 

Detailed Description

Declares class to store headers with data corresponding to current program run and evaluation.

Author
Scott Grauer-Gray

Definition in file RunData.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const RunData run_data 
)
inline
Parameters
os
run_data
Returns
Output stream with run data added

Definition at line 178 of file RunData.h.