politopix
5.0.0
|
#include <boost/test/minimal.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/timer.hpp>
#include <iostream>
#include <string.h>
#include <utility>
#include <vector>
#include <cmath>
#include "politopixAPI.h"
Go to the source code of this file.
Functions | |
void | computeFlatPolytope (const std::vector< boost::shared_ptr< Hyperplane_Rn > > &vectOfHyp, boost::shared_ptr< Polytope_Rn > fptop_1, std::string compPol, bool strongRedundancy) |
int | test_main (int argc, char *argv[]) |
Definition in file test_politopix.cpp.
void computeFlatPolytope | ( | const std::vector< boost::shared_ptr< Hyperplane_Rn > > & | vectOfHyp, |
boost::shared_ptr< Polytope_Rn > | fptop_1, | ||
std::string | compPol, | ||
bool | strongRedundancy | ||
) |
int test_main | ( | int | argc, |
char * | argv[] | ||
) |
PSEUDO SUM METHOD ///
FULL METHOD ///
Definition at line 80 of file test_politopix.cpp.