Camargue
Classes | Namespaces | Functions
hypergraph.hpp File Reference

Representing cuts outside the LP solver. More...

#include "cut_structs.hpp"
#include "lp_interface.hpp"
#include "cliq.hpp"
#include "lp_util.hpp"
#include "price_util.hpp"
#include "err_util.hpp"
#include <algorithm>
#include <iostream>
#include <map>
#include <stdexcept>
#include <utility>
#include <vector>
#include <concorde/INCLUDE/tsp.h>
Include dependency graph for hypergraph.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMR::Sep::HyperGraph
 External representation of a cut added to the lp relaxation. More...
 
class  CMR::Sep::ExternalCuts
 The external storage of a collection of HyperGraph cuts in a Relaxation. More...
 

Namespaces

 CMR
 The namespace for this project.
 
 CMR::Sep
 Classes and functions related to cut separation.
 

Functions

std::ostream & CMR::Sep::operator<< (std::ostream &os, HyperGraph::Type t)
 

Detailed Description

Representing cuts outside the LP solver.