The Conley-Morse Graphs Software
Classes
coord.h File Reference

The coordinator class for the Conley-Morse graphs computation program. More...

#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cctype>
#include <vector>
#include "chomp/system/config.h"
#include "chomp/system/textfile.h"
#include "chomp/system/timeused.h"
#include "chomp/cubes/cube.h"
#include "chomp/multiwork/mw.h"
#include "config.h"
#include "confinfo.h"
#include "typedefs.h"
#include "typedyns.h"
#include "utils.h"
#include "dataconv.h"
#include "datavector.h"
#include "matcharr.h"
#include "dotgraph.h"
#include "mapopt.h"

Go to the source code of this file.

Classes

class  Coordinator
 The coordinator class which prepares chunks of parameter space to be processed by workers, and then incorporates the results of the computations into the final picture, and also saves the results to a log file. More...
 
struct  Coordinator::datapack
 This is an auxiliary class whose objects store the information on the data chunks sent to workers. More...
 

Detailed Description

The coordinator class for the Conley-Morse graphs computation program.

This file contains the definition of the coordinator class which prepares data for workers (chunks of the parameter range) and collects results of their computations.

Author
Pawel Pilarczyk

Definition in file coord.h.