Scippy

SCIP

Solving Constraint Integer Programs

grphsave.c File Reference

Detailed Description

Saving routines for Steiner problems.

Author
Gerald Gamrath
Thorsten Koch
Daniel Rehfeldt

This file includes several saving routines for Steiner problems

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

Definition in file grphsave.c.

#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <stdlib.h>
#include "portab.h"
#include "grph.h"

Go to the source code of this file.

Functions

void SCIPwriteStp (SCIP *scip, const GRAPH *g, FILE *fp, SCIP_Real offset)
 
static void stp_save (const GRAPH *g, FILE *fp)
 
static void bea_save (const GRAPH *g, FILE *fp)
 
void graph_save (const GRAPH *g, const char *filename, FILETYPE type)
 

Function Documentation

◆ SCIPwriteStp()

◆ stp_save()

static void stp_save ( const GRAPH g,
FILE *  fp 
)
static

◆ bea_save()

static void bea_save ( const GRAPH g,
FILE *  fp 
)
static

◆ graph_save()

void graph_save ( const GRAPH g,
const char *  filename,
FILETYPE  type 
)

Definition at line 309 of file grphsave.c.

References bea_save(), FALSE, FF_BEA, FF_GRD, FF_PRB, FF_STP, graph_valid(), NULL, and stp_save().