|
|
#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.
| static void bea_save |
( |
const GRAPH * |
g, |
|
|
FILE * |
fp |
|
) |
| |
|
static |
Definition at line 269 of file grphsave.c.
References GRAPH::cost, EAT_FREE, GRAPH::edges, GRAPH::head, GRAPH::ieat, Is_term, GRAPH::knots, GRAPH::oeat, GRAPH::tail, GRAPH::term, and GRAPH::terms.
Referenced by graph_save().
| void graph_save |
( |
const GRAPH * |
g, |
|
|
const char * |
filename, |
|
|
FILETYPE |
type |
|
) |
| |
| void SCIPwriteStp |
( |
SCIP * |
scip, |
|
|
const GRAPH * |
g, |
|
|
FILE * |
fp, |
|
|
SCIP_Real |
offset |
|
) |
| |
Definition at line 38 of file grphsave.c.
References GRAPH::cost, EAT_FREE, EAT_LAST, Edge_anti, GRAPH::edges, GRAPH::head, GRAPH::hoplimit, GRAPH::ieat, Is_term, GRAPH::knots, GRAPH::oeat, GRAPH::outbeg, GRAPH::source, STP_DEG_CONS, STP_GRID, STP_HOP_CONS, STP_MAGIC, STP_MAX_NODE_WEIGHT, STP_NODE_WEIGHTS, STP_OBSTACLES_GRID, STP_PRIZE_COLLECTING, STP_ROOTED_PRIZE_COLLECTING, GRAPH::stp_type, STP_UNDIRECTED, GRAPH::tail, GRAPH::term, GRAPH::terms, VERSION_MAJOR, and VERSION_MINOR.
Referenced by SCIP_DECL_READERWRITE().
| static void stp_save |
( |
const GRAPH * |
g, |
|
|
FILE * |
fp |
|
) |
| |
|
static |
Definition at line 206 of file grphsave.c.
References GRAPH::cost, EAT_FREE, GRAPH::edges, GRAPH::head, GRAPH::ieat, Is_term, GRAPH::knots, GRAPH::oeat, STP_MAGIC, GRAPH::tail, GRAPH::term, GRAPH::terms, VERSION_MAJOR, and VERSION_MINOR.
Referenced by graph_save().
|