#include <cassert>#include <vector>#include <set>#include <algorithm>#include "conflicts.h"

Go to the source code of this file.
Data Structures | |
| struct | CandidateLess |
Typedefs | |
| typedef std::pair< int, std::vector< int > > | Candidate |
| typedef std::pair< int, std::vector<int> > Candidate |
Definition at line 58 of file conflicts.cpp.
1.5.9