Home
last modified time | relevance | path

Searched refs:branch_obj (Results 1 – 23 of 23) sorted by relevance

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/LP/
H A Dvrp_lp_branch.c149 (branch_obj *) calloc(1, sizeof(branch_obj)); in user_select_candidates()
164 (branch_obj *) calloc(1, sizeof(branch_obj)); in user_select_candidates()
222 (branch_obj *) calloc(1, sizeof(branch_obj)); in user_select_candidates()
324 can=cand_list[i]=(branch_obj *) calloc(1, sizeof(branch_obj)); in user_select_candidates()
345 (branch_obj *) calloc(1, sizeof(branch_obj)); in user_select_candidates()
517 *candidates = (branch_obj **) malloc(cand_num * sizeof(branch_obj *));
540 cand = candidates[i] = (branch_obj *)calloc(1, sizeof(branch_obj));
601 cand = candidates[j++] = (branch_obj *)calloc(1, sizeof(branch_obj));
622 cand = candidates[j++] = (branch_obj *)calloc(1, sizeof(branch_obj));
664 cand = candidates[j++] = (branch_obj *)calloc(1, sizeof(branch_obj));
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_lp_u.h25 branch_obj ***candidates));
27 branch_obj ***candidates));
29 branch_obj ***candidates));
52 int *cand_num, branch_obj ***candidates,
60 branch_obj ***candidates, int *action,
62 int user_compare_candidates PROTO((void *user, branch_obj *can1,
63 branch_obj *can2, double ub,
65 int user_select_child PROTO((void *user, double ub, branch_obj *can,
67 int user_print_branch_stat PROTO((void *user, branch_obj *can, cut_data *cut,
H A Dsym_lp.h259 branch_obj **candidates));
261 branch_obj **candidates));
263 branch_obj **can));
286 branch_obj ***candidates));
289 branch_obj ***candidates));
292 branch_obj ***candidates));
331 void free_candidate PROTO((branch_obj **cand));
332 void free_candidate_completely PROTO((branch_obj **cand));
352 int *cand_num, branch_obj ***candidates));
354 branch_obj *best,branch_obj *can));
[all …]
H A Dsym_types.h283 }branch_obj; typedef
378 branch_obj bobj;
H A Dsym_tm.h169 int generate_children PROTO((tm_prob *tm, bc_node *node, branch_obj *bobj,
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/MATCH/src/LP/
H A Duser_lp_branch.c38 int *cand_num, branch_obj ***candidates, in user_shall_we_branch()
57 branch_obj ***candidates, int *action, in user_select_candidates()
66 int user_compare_candidates(void *user, branch_obj *can1, branch_obj *can2, in user_compare_candidates()
80 int user_select_child(void *user, double ub, branch_obj *can, char *action) in user_select_child()
92 int user_print_branch_stat(void *user, branch_obj *can, cut_data *cut, in user_print_branch_stat()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/USER/src/LP/
H A Duser_lp_branch.c36 int *cand_num, branch_obj ***candidates, in user_shall_we_branch()
55 branch_obj ***candidates, int *action, in user_select_candidates()
64 int user_compare_candidates(void *user, branch_obj *can1, branch_obj *can2, in user_compare_candidates()
78 int user_select_child(void *user, double ub, branch_obj *can, char *action) in user_select_child()
90 int user_print_branch_stat(void *user, branch_obj *can, cut_data *cut, in user_print_branch_stat()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP/src/LP/
H A Dspp_lp_branch.c38 int *cand_num, branch_obj ***candidates, in user_shall_we_branch()
57 branch_obj ***candidates, int *action, in user_select_candidates()
66 int user_compare_candidates(void *user, branch_obj *can1, branch_obj *can2, in user_compare_candidates()
80 int user_select_child(void *user, double ub, branch_obj *can, char *action) in user_select_child()
92 int user_print_branch_stat(void *user, branch_obj *can, cut_data *cut, in user_print_branch_stat()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/MPP/src/LP/
H A Dmpp_lp_branch.c38 int *cand_num, branch_obj ***candidates, in user_shall_we_branch()
57 branch_obj ***candidates, int *action, in user_select_candidates()
66 int user_compare_candidates(void *user, branch_obj *can1, branch_obj *can2, in user_compare_candidates()
80 int user_select_child(void *user, double ub, branch_obj *can, char *action) in user_select_child()
92 int user_print_branch_stat(void *user, branch_obj *can, cut_data *cut, in user_print_branch_stat()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP+CUTS/src/LP/
H A Dspp_lp_branch.c38 int *cand_num, branch_obj ***candidates, in user_shall_we_branch()
57 branch_obj ***candidates, int *action, in user_select_candidates()
66 int user_compare_candidates(void *user, branch_obj *can1, branch_obj *can2, in user_compare_candidates()
80 int user_select_child(void *user, double ub, branch_obj *can, char *action) in user_select_child()
92 int user_print_branch_stat(void *user, branch_obj *can, cut_data *cut, in user_print_branch_stat()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/CNRP/src/LP/
H A Dcnrp_lp_branch.c107 branch_obj **cand_list, *can; in user_select_candidates()
118 branch_obj *cand; in user_select_candidates()
175 *candidates = (branch_obj **) malloc(*cand_num * sizeof(branch_obj *)); in user_select_candidates()
177 cand = (*candidates)[i] = (branch_obj *) calloc(1, sizeof(branch_obj) ); in user_select_candidates()
231 sizeof(branch_obj *)); in user_select_candidates()
251 (branch_obj *) calloc(1, sizeof(branch_obj)); in user_select_candidates()
266 (branch_obj *) calloc(1, sizeof(branch_obj)); in user_select_candidates()
324 (branch_obj *) calloc(1, sizeof(branch_obj)); in user_select_candidates()
420 can=cand_list[i]=(branch_obj *) calloc(1, sizeof(branch_obj)); in user_select_candidates()
441 (branch_obj *) calloc(1, sizeof(branch_obj)); in user_select_candidates()
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_pseudo_branch.c40 branch_obj *can; in add_slacks_to_matrix()
488 branch_obj *can; in branch()
691 branch_obj *cand; in branch_close_to_half()
719 *candidates = (branch_obj **) malloc(*cand_num * sizeof(branch_obj *)); in branch_close_to_half()
721 cand = (*candidates)[i] = (branch_obj *) calloc(1, sizeof(branch_obj) ); in branch_close_to_half()
747 branch_obj *cand; in branch_close_to_half_and_expensive()
784 *candidates = (branch_obj **) malloc(*cand_num * sizeof(branch_obj *)); in branch_close_to_half_and_expensive()
786 cand = (*candidates)[i] = (branch_obj *) calloc(1, sizeof(branch_obj) ); in branch_close_to_half_and_expensive()
812 branch_obj *cand; in branch_close_to_one_and_cheap()
846 *candidates = (branch_obj **) malloc(*cand_num * sizeof(branch_obj *)); in branch_close_to_one_and_cheap()
[all …]
H A Dlp_free.c71 void free_candidate(branch_obj **cand)
76 branch_obj *can = *cand;
126 void free_candidate_completely(branch_obj **cand)
130 branch_obj *can = *cand;
H A Dlp_branch.c40 branch_obj *can; in add_slacks_to_matrix()
2010 branch_obj *can;
2255 branch_obj *cand;
2291 *candidates = (branch_obj **) malloc(1 * sizeof(branch_obj *));
2292 cand = (*candidates)[0] = (branch_obj *) calloc(1, sizeof(branch_obj) );
2350 branch_obj *cand;
2388 *candidates = (branch_obj **) malloc(*cand_num * sizeof(branch_obj *));
2390 cand = (*candidates)[i] = (branch_obj *) calloc(1, sizeof(branch_obj) );
2416 branch_obj *cand;
2451 *candidates = (branch_obj **) malloc(*cand_num * sizeof(branch_obj *));
[all …]
H A Dlp_wrapper.c1459 int *cand_num, branch_obj ***candidates) in select_candidates_u()
1466 branch_obj *can; in select_candidates_u()
1683 branch_obj *best, branch_obj *can) in compare_candidates_u()
1862 int select_child_u(lp_prob *p, branch_obj *can, char *action) in select_child_u()
1992 void print_branch_stat_u(lp_prob *p, branch_obj *can, char *action) in print_branch_stat_u()
H A Dlp_proccomm.c1448 void send_branching_info(lp_prob *p, branch_obj *can, char *action, int *keep)
1462 branch_obj *bobj = &node->bobj;
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/branch/
H A DCouenneObject.hpp68 enum branch_obj {EXPR_OBJ, VAR_OBJ, VT_OBJ}; enum in Couenne::CouenneObject
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/main/
H A DBonCouenneSetup.cpp324 enum CouenneObject::branch_obj objType = CouenneObject::VAR_OBJ; in InitializeCouenne()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Doc/
H A Dman-lp.tex557 branch_obj ***candidates, int *action)
713 branch_obj ***candidates, int *action,
852 int user_compare_candidates(void *user, branch_obj *can1, branch_obj *can2,
948 int user_select_child(void *user, double ub, branch_obj *can, char *action)
1023 int user_print_branch_stat(void *user, branch_obj *can, cut_data *cut,
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/TreeManager/
H A Dtm_proccomm.c155 branch_obj *bobj; in send_active_node()
910 branch_obj *bobj = &node->bobj; in process_branching_info()
H A Dtm_func.c1376 int generate_children(tm_prob *tm, bc_node *node, branch_obj *bobj,
1812 branch_obj *bobj = &node->parent->bobj;
1981 branch_obj *bobj = &node->parent->bobj;
/dports/devel/easygit/easygit-0.98/
H A Deg5558 my $branch_obj = "branch"->new();
5559 $branch_obj->run();
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/Master/
H A Dmaster_func.c49 branch_obj *bobj; in resolve_node()
4135 branch_obj * bobj; in check_feasibility_new_rhs()