#include <armadillo>
#include "games.h"
#include "lcptolp.h"
#include "utils.h"
Go to the source code of this file.
|
using | perps = std::vector< std::pair< unsigned int, unsigned int > > |
|
|
std::ostream & | operator<< (std::ostream &ost, perps C) |
|
bool | operator< (std::vector< short int > Fix1, std::vector< short int > Fix2) |
|
bool | operator== (std::vector< short int > Fix1, std::vector< short int > Fix2) |
|
template<class T > |
std::ostream & | operator<< (std::ostream &ost, std::vector< T > v) |
|
template<class T , class S > |
std::ostream & | operator<< (std::ostream &ost, std::pair< T, S > p) |
|
Forward declaration and for EPEC solve algorithms in https://github.com/ssriram1992/EPECsolve/
Definition in file epecsolve.h.
◆ EPECVERSION
◆ VERBOSE
◆ perps
using perps = std::vector<std::pair<unsigned int, unsigned int> > |
◆ operator<()
bool operator< |
( |
std::vector< short int > |
Fix1, |
|
|
std::vector< short int > |
Fix2 |
|
) |
| |
|
inline |
◆ operator<<() [1/3]
std::ostream& operator<< |
( |
std::ostream & |
ost, |
|
|
perps |
C |
|
) |
| |
◆ operator<<() [2/3]
template<class T >
std::ostream& operator<< |
( |
std::ostream & |
ost, |
|
|
std::vector< T > |
v |
|
) |
| |
◆ operator<<() [3/3]
template<class T , class S >
std::ostream& operator<< |
( |
std::ostream & |
ost, |
|
|
std::pair< T, S > |
p |
|
) |
| |
◆ operator==()
bool operator== |
( |
std::vector< short int > |
Fix1, |
|
|
std::vector< short int > |
Fix2 |
|
) |
| |
|
inline |