openModeller  Version 1.4.0
best_subsets.cpp File Reference
#include "best_subsets.hh"
#include <openmodeller/om.hh>
#include <openmodeller/Random.hh>
#include <openmodeller/Sampler.hh>
#include <openmodeller/Exceptions.hh>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string>
#include <unistd.h>
Include dependency graph for best_subsets.cpp:

Go to the source code of this file.

Defines

#define SLEEP(secs)   sleep(secs);

Define Documentation

#define SLEEP (   secs)    sleep(secs);

Definition at line 48 of file best_subsets.cpp.

Referenced by BestSubsets::iterate().