#include <delay.hpp>
Definition at line 12 of file delay.hpp.
◆ Delay()
| CaDiCaL::Delay::Delay |
( |
| ) |
|
|
inline |
◆ bump_delay()
| void CaDiCaL::Delay::bump_delay |
( |
| ) |
|
|
inline |
Definition at line 27 of file delay.hpp.
27 {
28 current += current < std::numeric_limits<unsigned>::max ();
30 }
◆ delay()
| bool CaDiCaL::Delay::delay |
( |
| ) |
|
|
inline |
Definition at line 18 of file delay.hpp.
18 {
21 return true;
22 } else {
23 return false;
24 }
25 }
◆ reduce_delay()
| void CaDiCaL::Delay::reduce_delay |
( |
| ) |
|
|
inline |
◆ [struct]
| struct { ... } CaDiCaL::Delay::bumpreasons |
◆ bypass
| bool CaDiCaL::Delay::bypass = 0 |
◆ count
| unsigned CaDiCaL::Delay::count |
◆ current
| unsigned CaDiCaL::Delay::current |
◆ interval
| int64_t CaDiCaL::Delay::interval = 0 |
◆ limit
| int64_t CaDiCaL::Delay::limit = 0 |
The documentation for this struct was generated from the following files: