Scippy

SCIP

Solving Constraint Integer Programs

stptest_heurlocal.c File Reference

Detailed Description

tests for Steiner tree heuristics

Author
Daniel Rehfeldt

This file implements tests for Steiner problem local search heuristics.

A list of all interface methods can be found in stptest.h.

Definition in file stptest_heurlocal.c.

#include <stdio.h>
#include <assert.h>
#include "stptest.h"
#include "graph.h"
#include "solstp.h"
#include "heur_local.h"
#include "heur_tm.h"

Go to the source code of this file.

Functions

static SCIP_RETCODE localKeyPathExchange (SCIP *scip)
 
static SCIP_RETCODE localKeyPathExchangePc (SCIP *scip)
 
static SCIP_RETCODE localKeyPathExchangePc2 (SCIP *scip)
 
static SCIP_RETCODE localKeyPathExchangeMw (SCIP *scip)
 
static SCIP_RETCODE localKeyVertex (SCIP *scip)
 
static SCIP_RETCODE localKeyVertexPc (SCIP *scip)
 
static SCIP_RETCODE localKeyVertexPc2 (SCIP *scip)
 
static SCIP_RETCODE localExtendPc (SCIP *scip)
 
static SCIP_RETCODE localInsertion (SCIP *scip)
 
static SCIP_RETCODE localInsertion2 (SCIP *scip)
 
static SCIP_RETCODE localInsertion2pc (SCIP *scip)
 
SCIP_RETCODE stptest_testHeurLocal (SCIP *scip)
 

Function Documentation

◆ localKeyPathExchange()

◆ localKeyPathExchangePc()

◆ localKeyPathExchangePc2()

◆ localKeyPathExchangeMw()

◆ localKeyVertex()

◆ localKeyVertexPc()

◆ localKeyVertexPc2()

◆ localExtendPc()

◆ localInsertion()

◆ localInsertion2()

◆ localInsertion2pc()

◆ stptest_testHeurLocal()