crown
1.0.0
|
#include <iostream>
#include <cstdlib>
#include <fstream>
#include <string>
#include <boost/regex.hpp>
#include <iomanip>
#include <pelib/AmplInput.hpp>
#include <pelib/AmplOutput.hpp>
#include <pelib/AmplInputData.hpp>
#include <pelib/AmplInputScalar.hpp>
#include <pelib/AmplInputVector.hpp>
#include <pelib/AmplInputMatrix.hpp>
#include <pelib/AmplOutputScalar.hpp>
#include <pelib/AmplOutputVector.hpp>
#include <pelib/AmplOutputMatrix.hpp>
#include <pelib/Scalar.hpp>
#include <pelib/Set.hpp>
#include <pelib/Vector.hpp>
#include <pelib/Matrix.hpp>
#include <crown/CrownAllocation.hpp>
#include <pelib/unit.h>
#include "make_record.cpp"
Go to the source code of this file.
Functions | |
void | init () |
void | setup () |
void | teardown () |
void | cleanup () |
void | run () |
void cleanup | ( | ) |
Definition at line 78 of file test_crown.cpp.
void init | ( | ) |
Definition at line 60 of file test_crown.cpp.
void run | ( | ) |
Definition at line 84 of file test_crown.cpp.
void setup | ( | ) |
Definition at line 65 of file test_crown.cpp.
void teardown | ( | ) |
Definition at line 71 of file test_crown.cpp.