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
6
ABC_NAMESPACE_CXX_HEADER_START
7
8
namespace
CaDiCaL
{
9
10
struct
score_smaller
{
11
Internal
*
internal
;
12
score_smaller
(
Internal
*i) :
internal
(i) {}
13
bool
operator()
(
unsigned
a,
unsigned
b);
14
};
15
16
typedef
heap<score_smaller>
ScoreSchedule
;
17
18
}
// namespace CaDiCaL
19
20
ABC_NAMESPACE_CXX_HEADER_END
21
22
#endif
ABC_NAMESPACE_CXX_HEADER_START
#define ABC_NAMESPACE_CXX_HEADER_START
Definition
abc_namespaces.h:52
ABC_NAMESPACE_CXX_HEADER_END
#define ABC_NAMESPACE_CXX_HEADER_END
Definition
abc_namespaces.h:53
global.h
CaDiCaL::heap
Definition
heap.hpp:28
CaDiCaL
Definition
arena.hpp:8
CaDiCaL::ScoreSchedule
heap< score_smaller > ScoreSchedule
Definition
score.hpp:16
CaDiCaL::Internal
Definition
internal.hpp:136
CaDiCaL::score_smaller::score_smaller
score_smaller(Internal *i)
Definition
score.hpp:12
CaDiCaL::score_smaller::operator()
bool operator()(unsigned a, unsigned b)
Definition
internal.hpp:1745
CaDiCaL::score_smaller::internal
Internal * internal
Definition
score.hpp:11
src
sat
cadical
score.hpp
Generated by Doxygen 1.13.2 © 2025 EPTansuo. All rights reserved.
鲁ICP备2021046540号