Home
last modified time | relevance | path

Searched refs:activeConstraints (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libvpsc/
H A Dsolve_VPSC.cpp141 bool activeConstraints=false; in satisfy() local
143 if(cs[i]->active) activeConstraints=true; in satisfy()
155 return activeConstraints; in satisfy()
315 bool activeConstraints=false; in satisfy() local
318 if(v->active) activeConstraints=true; in satisfy()
334 return activeConstraints; in satisfy()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/
H A Dgradient_projection.cpp204 bool activeConstraints = false; in runSolver() local
207 activeConstraints = solver->satisfy(); in runSolver()
231 return activeConstraints; in runSolver()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dvpsc.cpp346 bool activeConstraints=false; in satisfy() local
349 if(v->active) activeConstraints=true; in satisfy()
365 return activeConstraints; in satisfy()
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.c2816 … if (modelParams[t->relParts[0]].activeConstraints[a] == NO || definedConstraintsType[a] != HARD) in CheckSetConstraints()
5886 k=activeConstraints[j]; in ConstraintAllowedSet()
5970 k=activeConstraints[j]; in ViolatedConstraint()
6007 int PruneActiveConstraints (PolyNode *w, int *activeConstraints, int activeConstraintsSize, int nLo… in PruneActiveConstraints() argument
6015 k=activeConstraints[j]; in PruneActiveConstraints()
6023 activeConstraints[j]=activeConstraints[--activeConstraintsSize]; in PruneActiveConstraints()
6039 activeConstraints[j]=activeConstraints[--activeConstraintsSize]; in PruneActiveConstraints()
6064 int *activeConstraints; in RandResolve() local
6072 activeConstraints = tempActiveConstraints; in RandResolve()
6081 activeConstraints[activeConstraintsSize++]=k; in RandResolve()
[all …]
H A Dbayes.c785 …defaultModel.activeConstraints = NULL; /* which constraints are active … in InitializeMrBayes()
H A Dbayes.h1074 int *activeConstraints; /* which constraints are active? */ member
H A Dcommand.c2532 …modelParams[i].activeConstraints = (int *) SafeRealloc((void *)(modelParams[i].activeConstraints),… in DoConstraint()
2533 modelParams[i].activeConstraints[numDefinedConstraints-1] = NO; in DoConstraint()
11508 if (mp->activeConstraints[j] == YES) in GetUserHelp()
11516 if (mp->activeConstraints[j] == YES) in GetUserHelp()
14271 free (modelParams[i].activeConstraints); in SetPartition()
H A Dmodel.c6738 modelParams[i].activeConstraints[j] = NO; in DoPrsetParm()
6915 modelParams[i].activeConstraints[j] = YES; in DoPrsetParm()
6919 modelParams[i].activeConstraints[j] = NO; in DoPrsetParm()
6943 MrBayesPrint (" %d", modelParams[i].activeConstraints[j]); in DoPrsetParm()
12284 free (modelParams[i].activeConstraints); in FreeModel()
12943 if (mp->activeConstraints[i] == YES in InitializeChainTrees()
13019 tree->constraints = mp->activeConstraints; in InitializeChainTrees()
14019 … if (modelParams[part1].activeConstraints[i] != modelParams[part2].activeConstraints[i]) in IsModelSame()
15142 if (mp->activeConstraints[a] == NO || definedConstraintsType[a] != HARD) in LargestMovableSubtree()
15272 if (mp->activeConstraints[a] == NO || definedConstraintsType[a] != HARD) in NumInformativeHardConstraints()
[all …]
H A Dmcmc.c12720 if (mp->activeConstraints[i] == NO || definedConstraintsType[i] != HARD) in PrintStates()
13150 if (mp->activeConstraints[k] == NO || definedConstraintsType[k] != HARD) in PrintStates()