Scippy

GCG

Branch-and-Price & Column Generation for Everyone

bliss_automorph.h File Reference

Detailed Description

automorphism recognition of SCIPs

Author
Martin Bergner
Daniel Peters

Definition in file bliss_automorph.h.

#include "scip/type_scip.h"
#include "scip/type_result.h"
#include "scip/type_misc.h"

Go to the source code of this file.

Functions

SCIP_RETCODE cmpGraphPair (SCIP *origscip, SCIP *scip1, SCIP *scip2, int prob1, int prob2, SCIP_RESULT *result, SCIP_HASHMAP *varmap, SCIP_HASHMAP *consmap, unsigned int searchnodelimit, unsigned int generatorlimit)
 

Function Documentation

◆ cmpGraphPair()

SCIP_RETCODE cmpGraphPair ( SCIP *  origscip,
SCIP *  scip1,
SCIP *  scip2,
int  prob1,
int  prob2,
SCIP_RESULT *  result,
SCIP_HASHMAP *  varmap,
SCIP_HASHMAP *  consmap,
unsigned int  searchnodelimit,
unsigned int  generatorlimit 
)

compare two graphs w.r.t. automorphism

Definition at line 1334 of file bliss_automorph.cpp.

References createGraph(), fhook(), freeMemory(), AUT_HOOK2::getBool(), AUT_HOOK2::ncalls, setuparrays(), testScipCons(), and testScipVars().

Referenced by pricingprobsAreIdentical().