This file contains the definition of the class "coordinator" which coordinates series of computations. More...
#include <iostream>
#include <fstream>
#include <iomanip>
#include <vector>
#include "chomp/system/config.h"
#include "chomp/system/textfile.h"
#include "chomp/system/timeused.h"
#include "chomp/multiwork/mw.h"
#include "bitvect.h"
Go to the source code of this file.
Classes | |
class | unifexp::Coordinator |
An object of this class coordinates a series of computations for the Uniform Expansion program. More... | |
Namespaces | |
namespace | unifexp |
This namespace contains all the classes and functions defined in the Uniform Expansion project files. |
This file contains the definition of the class "coordinator" which coordinates series of computations.
Definition in file coord.h.