#ifndef __ACE_CYCLE_H__
#define __ACE_CYCLE_H__

#include "ace.h"

Vec_Ptr_t * latches_in_cycles(Abc_Ntk_t * ntk);

#endif