aboutsummaryrefslogtreecommitdiff
path: root/src/steps.h
blob: 89ab168215b0c666cd07e100f904048298b0d741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef STEPS_H
#define STEPS_H

#include "pruning.h"

#define NSTEPS          50

extern Step *           steps[NSTEPS];

void                    prepare_step(Step *step, DfsData *dd);

#endif

Generated with cgit - Back to sebastiano.tronto.net