#include <sparsity.h>
#include <linalg.h>
#include <print_seq.h>
Go to the source code of this file.
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Defines | |
#define | HESS_VEC_THRESHOLD 0.9 |
Functions | |
void | coco::hess_star_color1 (const unsigned int n, const linalg::matrix< int > &H, std::vector< std::vector< unsigned int > > &parts, std::vector< linalg::sparse_vector< unsigned int > > &provides) |
Definition in file hess_color.h.
#define HESS_VEC_THRESHOLD 0.9 |
Definition at line 40 of file hess_color.h.