Generated on Mon Nov 30 11:16:35 2009 for Gecode by doxygen 1.5.5

script.hpp File Reference

(Revision: 10068)

#include <iostream>
#include <iomanip>

Go to the source code of this file.

Namespaces

namespace  Gecode
namespace  Gecode::Driver

Classes

class  Gecode::Driver::Cutoff
 Stop object based on nodes, failures, and time. More...

Functions

void Gecode::Driver::stop (Support::Timer &t, std::ostream &os)
 Get time since start of timer and print user friendly time information.
double Gecode::Driver::am (double t[], int n)
 Compute arithmetic mean of n elements in t.
double Gecode::Driver::dev (double t[], int n)
 Compute deviation of n elements in t.