Scippy

SCIP

Solving Constraint Integer Programs

polyscip.cpp File Reference

Detailed Description

Implements PolySCIP solver class.

Author
Sebastian Schenker

Definition in file polyscip.cpp.

#include "polyscip.h"
#include <algorithm>
#include <array>
#include <cmath>
#include <cstddef>
#include <fstream>
#include <functional>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <limits>
#include <list>
#include <ostream>
#include <map>
#include <memory>
#include <numeric>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include "double_description_method.h"
#include "scip/scip.h"
#include "objscip/objscipdefplugins.h"
#include "cmd_line_args.h"
#include "global_functions.h"
#include "polyscip_types.h"
#include "prob_data_objectives.h"
#include "ReaderMOP.h"
#include "weight_space_polyhedron.h"

Go to the source code of this file.

Namespaces

 polyscip
 

Typedefs

using polyscip::DDMethod = doubledescription::DoubleDescriptionMethod
 abbreviation More...
 

Functions

ostream & polyscip::operator<< (ostream &os, const TwoDProj &p)
 
ostream & polyscip::operator<< (ostream &os, const NondomProjections &nd)
 
std::ostream & polyscip::operator<< (std::ostream &os, const RectangularBox &box)