weight_space_polyhedron.h File Reference
Detailed Description
Class representing the 1-skeleton of the weight space polyhedron.
Definition in file weight_space_polyhedron.h.
#include <cstddef>
#include <deque>
#include <list>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <map>
#include <memory>
#include <ostream>
#include <string>
#include <tuple>
#include <unordered_map>
#include <utility>
#include <vector>
#include "objscip/objscip.h"
#include "polyscip_types.h"
#include "weight_space_facet.h"
#include "double_description_method.h"
Go to the source code of this file.
Data Structures | |
class | polyscip::WeightSpacePolyhedron |
Class representing the 1-skeleton of the weight space polyhedron. More... | |
Namespaces | |
polyscip | |
Typedefs | |
using | polyscip::V_RepT = doubledescription::V_RepT |
abbreviation More... | |
using | polyscip::V_RepC = doubledescription::V_RepC |
abbreviation More... | |
using | polyscip::H_RepC = doubledescription::H_RepC |
abbreviation More... | |