Scippy

SCIP

Solving Constraint Integer Programs

validate.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include "grph.h"
#include "portab.h"

Go to the source code of this file.

Functions

static int nail (const GRAPH *g, const double *xval)
 
static void trail (const GRAPH *g, int i, const double *xval, int tail, char *connected, int hop, int max_hops)
 
SCIP_RETCODE SCIPvalidateStpSol (SCIP *scip, const GRAPH *g, const double *xval, SCIP_Bool *feasible)
 

Function Documentation

static int nail ( const GRAPH g,
const double *  xval 
)
static

Definition at line 57 of file validate.c.

References GRAPH::edges, EPSILON, FALSE, GRAPH::layers, and TRUE.

Referenced by SCIPvalidateStpSol().

SCIP_RETCODE SCIPvalidateStpSol ( SCIP *  scip,
const GRAPH g,
const double *  xval,
SCIP_Bool *  feasible 
)
static void trail ( const GRAPH g,
int  i,
const double *  xval,
int  tail,
char *  connected,
int  hop,
int  max_hops 
)
static