Scippy

SCIP

Solving Constraint Integer Programs

grphsave.c File Reference
#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

static void bea_save ( const GRAPH g,
FILE *  fp 
)
static
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(), and stp_save().

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