34#ifndef GECODE_SUPPORT_FAILPOINT_HPP
35#define GECODE_SUPPORT_FAILPOINT_HPP
Heap memory management class
Minimalistic modeling support.
Phase
Named phase for deterministic test failure injection.
@ SpaceDisposeNoticeArray
void reset(void)
Reset all failpoint state.
void check(Phase p)
Check failpoint for phase p.
unsigned long long count(void)
Number of checks observed for the configured phase.
void fail_after(Phase p, unsigned long long n)
Fail after n successful checks for phase p.
Support algorithms and datastructures
Gecode toplevel namespace
#define GECODE_SUPPORT_EXPORT