ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
score.hpp
Go to the documentation of this file.
1#ifndef _score_hpp_INCLUDED
2#define _score_hpp_INCLUDED
3
4#include "global.h"
5
7
8namespace CaDiCaL {
9
13 bool operator() (unsigned a, unsigned b);
14};
15
17
18} // namespace CaDiCaL
19
21
22#endif
#define ABC_NAMESPACE_CXX_HEADER_START
#define ABC_NAMESPACE_CXX_HEADER_END
heap< score_smaller > ScoreSchedule
Definition score.hpp:16
score_smaller(Internal *i)
Definition score.hpp:12
bool operator()(unsigned a, unsigned b)
Internal * internal
Definition score.hpp:11