Scippy

    SCIP

    Solving Constraint Integer Programs

    objscip.h
    Go to the documentation of this file.
    1/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
    2/* */
    3/* This file is part of the program and library */
    4/* SCIP --- Solving Constraint Integer Programs */
    5/* */
    6/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */
    7/* */
    8/* Licensed under the Apache License, Version 2.0 (the "License"); */
    9/* you may not use this file except in compliance with the License. */
    10/* You may obtain a copy of the License at */
    11/* */
    12/* http://www.apache.org/licenses/LICENSE-2.0 */
    13/* */
    14/* Unless required by applicable law or agreed to in writing, software */
    15/* distributed under the License is distributed on an "AS IS" BASIS, */
    16/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */
    17/* See the License for the specific language governing permissions and */
    18/* limitations under the License. */
    19/* */
    20/* You should have received a copy of the Apache-2.0 license */
    21/* along with SCIP; see the file LICENSE. If not visit scipopt.org. */
    22/* */
    23/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
    24
    25/**@file objscip.h
    26 * @brief C++ wrapper classes for SCIP
    27 * @author Tobias Achterberg
    28 */
    29
    30/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
    31
    32#ifndef __SCIP_OBJSCIP_H__
    33#define __SCIP_OBJSCIP_H__
    34
    35
    36#include "objscip/objbenders.h"
    39#include "objscip/objconshdlr.h"
    40#include "objscip/objcutsel.h"
    41#include "objscip/objdialog.h"
    42#include "objscip/objdisp.h"
    44#include "objscip/objexprhdlr.h"
    45#include "objscip/objheur.h"
    48#include "objscip/objnodesel.h"
    49#include "objscip/objpresol.h"
    50#include "objscip/objpricer.h"
    51#include "objscip/objprobdata.h"
    52#include "objscip/objprop.h"
    53#include "objscip/objreader.h"
    54#include "objscip/objrelax.h"
    55#include "objscip/objsepa.h"
    56#include "objscip/objvardata.h"
    58
    59#endif
    C++ wrapper for the Benders' decomposition plugins.
    C++ wrapper for the Benders' decomposition cut plugins.
    C++ wrapper for branching rules.
    definition of base class for all clonable classes
    C++ wrapper for constraint handlers.
    C++ wrapper for cut selectors.
    C++ wrapper for dialogs.
    C++ wrapper for display columns.
    C++ wrapper for event handlers.
    C++ wrapper for expression handlers.
    C++ wrapper for primal heuristics.
    C++ wrapper for iis finders.
    C++ wrapper for message handlers.
    C++ wrapper for node selectors.
    C++ wrapper for presolvers.
    C++ wrapper for variable pricers.
    C++ wrapper for user problem data.
    C++ wrapper for propagators.
    C++ wrapper for file readers and writers.
    C++ wrapper for relaxation handlers.
    C++ wrapper for cut separators.
    C++ wrapper for user variable data.