HPCToolkit
|
#include <iostream>
#include <fstream>
#include <string>
#include <inttypes.h>
#include <include/uint.h>
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) |