ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
tiers.h
Go to the documentation of this file.
1#ifndef _tiers_h_INCLUDED
2#define _tiers_h_INCLUDED
3
4#include <stdbool.h>
5
6#include "global.h"
8
9struct kissat;
10
13 bool stable);
14
16
17#endif
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
#define solver
Definition kitten.c:211
bool stable
Definition internal.h:94
void kissat_compute_and_set_tier_limits(struct kissat *)
Definition tiers.c:53
void kissat_print_tier_usage_statistics(struct kissat *solver, bool stable)
Definition tiers.c:76