ElfPSP_AntColony
Protein Structure Prediction using Ant Colony Optimization
|
#include <iostream>
#include <vector>
#include <ctime>
#include "hpchain.h"
#include "config.h"
#include "vec3.h"
#include "acosolution.h"
Functions | |
void | test_aco_solution () |
Tests ACOSolution. More... | |
int | main (int argc, char *argv[]) |
Main function. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main function.
void test_aco_solution | ( | ) |
Tests ACOSolution.