#ifndef _factor_h_INCLUDED
#define _factor_h_INCLUDED
#include <stdbool.h>
#include "global.h"
ABC_NAMESPACE_HEADER_START
struct kissat;
void kissat_factor (struct kissat *);
ABC_NAMESPACE_HEADER_END
#endif