HPCToolkit
Logic.hpp File Reference
#include <iostream>
#include <fstream>
#include <string>
#include <inttypes.h>
#include <include/uint.h>
Include dependency graph for Logic.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Logic
 

Functions

bool Logic::equiv (bool p, bool q)
 
template<typename T >
bool Logic::equiv (T p, T q)
 
bool Logic::implies (bool p, bool q)
 
template<typename T >
bool Logic::implies (T p, T q)