Home
last modified time | relevance | path

Searched refs:cstr_tree (Results 1 – 7 of 7) sorted by relevance

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dmain.c164 io->cstr_tree = Read_Tree_File_Phylip(io->fp_in_constraint_tree); in main()
166 if(io->cstr_tree->n_root != NULL) in main()
178 Check_Constraint_Tree_Taxa_Names(io->cstr_tree,cdata); in main()
179 Alloc_Bip(io->cstr_tree); in main()
180 Get_Bip(io->cstr_tree->a_nodes[0], in main()
181 io->cstr_tree->a_nodes[0]->v[0], in main()
182 io->cstr_tree); in main()
204 if(io->cstr_tree && !Check_Topo_Constraints(tree,io->cstr_tree)) in main()
396 if(io->fp_in_constraint_tree != NULL) Free_Tree(io->cstr_tree); in main()
H A Dsimu.c292 if(!Check_Topo_Constraints(tree,tree->io->cstr_tree)) in Make_N_Swap()
376 if(!Check_Topo_Constraints(tree,tree->io->cstr_tree)) in Make_Best_Swap()
586 if(!Check_Topo_Constraints(tree,tree->io->cstr_tree)) in Unswap_N_Branch()
643 if(!Check_Topo_Constraints(tree,tree->io->cstr_tree)) in Unswap_N_Branch()
710 if(!Check_Topo_Constraints(tree,tree->io->cstr_tree)) in Swap_N_Branch()
763 if(!Check_Topo_Constraints(tree,tree->io->cstr_tree)) in Swap_N_Branch()
H A Dalrt.c815 … if(!Check_Topo_Constraints(tree,tree->io->cstr_tree)) Swap(v3,b_fcus->left,b_fcus->rght,v2,tree); in Make_Target_Swap()
820 … if(!Check_Topo_Constraints(tree,tree->io->cstr_tree)) Swap(v4,b_fcus->left,b_fcus->rght,v2,tree); in Make_Target_Swap()
H A Dinvitee.c670 …if(tree -> io -> cstr_tree) Find_Surviving_Edges_In_Small_Tree(tree, tree -> io -> cstr_tree); … in PhyTime_XML()
H A Dspr.c261 if(!Check_Topo_Constraints(tree,tree->io->cstr_tree)) in Spr_Subtree()
1435 if(!Check_Topo_Constraints(tree,tree->io->cstr_tree)) accept = NO; in Try_One_Spr_Move_Triple()
H A Dutilities.h1187 …struct __Tree *cstr_tree; /*! pointer to a constraint tree (can be a multifurcating one)… member
H A Dinit.c555 io->cstr_tree = NULL; in Set_Defaults_Input()