Home
last modified time | relevance | path

Searched refs:new_cut (Results 26 – 50 of 52) sorted by relevance

123

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/CNRP/src/LP/
H A Dcnrp_lp.c1724 new_cut->size = 0;
1728 FREE(new_cut);
1753 new_cut->coef = NULL;
1755 new_cut->size = 0;
1759 FREE(new_cut);
1788 new_cut->coef = NULL;
1790 new_cut->size = 0;
1794 FREE(new_cut);
1798 new_cut->coef = NULL;
1800 new_cut->size = 0;
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/CutPool/
H A Dcp_proccomm.c181 void cut_pool_send_cut(cut_pool *cp, cut_data *new_cut, int tid) in cut_pool_send_cut() argument
188 memcpy((char *)tmp_cut, (char *)new_cut, sizeof(cut_data)); in cut_pool_send_cut()
189 tmp_cut->coef = (char *) malloc (new_cut->size * sizeof(char)); in cut_pool_send_cut()
190 memcpy(tmp_cut->coef, new_cut->coef, new_cut->size); in cut_pool_send_cut()
200 pack_cut(new_cut); in cut_pool_send_cut()
/dports/security/py-angr/angr-9.0.5405/angr/exploration_techniques/
H A Dslicecutor.py42 new_cut = []
67 new_cut.append(successor)
109 stashes['cut'] = new_cut
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP+CUTS/include/
H A Dspp_cg.h157 int register_and_send_cut PROTO((spp_cg_problem *spp, cut_data *new_cut,
160 void extend_clique_on_fgraph PROTO((spp_cg_problem *spp, cut_data *new_cut,
174 int greedy_maximal_clique PROTO((spp_cg_problem *spp, cut_data *new_cut,
H A Dspp_cg_clique.h29 int greedy_maximal_clique PROTO((spp_cg_problem *spp, cut_data *new_cut,
H A Dspp_lp_functions.h39 cut_data *new_cut, int strategy));
/dports/math/cgl-conic/CGL-CONIC-releases-1.0.0-6-gc96de60/src/CglConicGD2/
H A DCglConicGD2.cpp80 CglConicGD2 * new_cut = new CglConicGD2(*this); in clone() local
81 return new_cut; in clone()
/dports/math/libocas/libocas_v096/
H A Docas_helper.c54 uint32_t *new_cut; member
644 uint32_t* new_cut=params->new_cut; in parallel_sparse_add_helper() local
650 add_sparse_col(local_new_a, data_X, new_cut[i]); in parallel_sparse_add_helper()
656 uint32_t *new_cut, in parallel_sparse_add_new_cut() argument
675 add_sparse_col(new_a, data_X, new_cut[i]); in parallel_sparse_add_new_cut()
677 A0[nSel] += X0*data_y[new_cut[i]]; in parallel_sparse_add_new_cut()
695 params_add[t].new_cut = new_cut; in parallel_sparse_add_new_cut()
711 params_add[t].new_cut = new_cut; in parallel_sparse_add_new_cut()
729 A0[nSel] += X0*data_y[new_cut[i]]; in parallel_sparse_add_new_cut()
H A Dfeatures_single.h14 uint32_t *new_cut,
H A Dfeatures_bool.h14 uint32_t *new_cut,
H A Dfeatures_int8.h15 uint32_t *new_cut,
H A Docas_lbp_helper.h70 uint32_t *new_cut,
H A Docas_helper.h86 extern int parallel_sparse_add_new_cut( double *new_col_H,uint32_t *new_cut, uint32_t cut_length,ui…
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/CutGen/Decomp/
H A Ddecomp.c22 cut_data *new_cut; in decomp() local
116 new_cut = (cut_data *) calloc (1, sizeof(cut_data)); in decomp()
121 new_cut->type = FARKAS; in decomp()
122 new_cut->rhs = -binvrow[lp_data->m-1]; in decomp()
123 new_cut->size = (lp_data->m-1)*DSIZE; in decomp()
124 new_cut->coef = (char *)malloc((lp_data->m-1)*DSIZE); in decomp()
125 memcpy(new_cut->coef, binvrow, (lp_data->m-1)*DSIZE); in decomp()
126 cg_send_cut(new_cut); in decomp()
127 free ((char *)new_cut->coef); in decomp()
128 FREE(new_cut); in decomp()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_wrapper.c2820 new_cut->size = 0; in analyze_multicriteria_solution()
2827 FREE(new_cut); in analyze_multicriteria_solution()
2860 new_cut->coef = NULL; in analyze_multicriteria_solution()
2862 new_cut->size = 0; in analyze_multicriteria_solution()
2869 FREE(new_cut); in analyze_multicriteria_solution()
2908 new_cut->coef = NULL; in analyze_multicriteria_solution()
2910 new_cut->size = 0; in analyze_multicriteria_solution()
2917 FREE(new_cut); in analyze_multicriteria_solution()
2922 new_cut->coef = NULL; in analyze_multicriteria_solution()
2924 new_cut->size = 0; in analyze_multicriteria_solution()
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP/src/CutGen/
H A Dspp_cg.c94 int user_check_validity_of_cut(void *user, cut_data *new_cut) in user_check_validity_of_cut() argument
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/USER/src/CutGen/
H A Duser_cg.c96 int user_check_validity_of_cut(void *user, cut_data *new_cut) in user_check_validity_of_cut() argument
/dports/math/py-spopt/spopt-0.2.1/spopt/region/spenclib/
H A Dabstracts.py431 new_cut, score_of_cut = self._make_hierarchical_cut(
439 left_cut[left_cut] *= new_cut
441 right_cut[right_cut] *= ~new_cut
/dports/games/edge/Edge-1.35-source/src/
H A Dtinybsp.cc519 intersect_t new_cut; in AddIntersection() local
521 new_cut.v = v; in AddIntersection()
522 new_cut.along = I_ROUND(along * 5.6f); in AddIntersection()
523 new_cut.dir = dir; in AddIntersection()
525 cut_list.push_back(new_cut); in AddIntersection()
/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/examples/VRP/
H A DVrpCutGenerator.cpp1654 CCtsp_lpcut new_cut; in addTspCuts()
1664 CCtsp_init_lpcut (&new_cut); in addTspCuts()
1666 new_cut.rhs = tsp_cut->rhs; in addTspCuts()
1667 new_cut.sense = tsp_cut->sense; in addTspCuts()
1668 new_cut.branch = tsp_cut->branch; in addTspCuts()
1672 rval = CCtsp_copy_skeleton (&tsp_cut->skel, &new_cut.skel); in addTspCuts()
1674 rhs = new_cut.rhs; in addTspCuts()
1675 for (i=0; i<new_cut.modcount; i++) { in addTspCuts()
1676 rhs += 2*(((int) new_cut.mods[i].mult) - 128); in addTspCuts()
1697 if (new_cut.sense == 'L'){ in addTspCuts()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/MATCH/src/CutGen/
H A Duser_cg.c186 int user_check_validity_of_cut(void *user, cut_data *new_cut) in user_check_validity_of_cut() argument
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/benders/
H A Dbenders_cuts.py318 new_cut = self.cuts.add(cut_expr <= 0)
319 cuts_added.append(new_cut)
/dports/math/cgl-conic/CGL-CONIC-releases-1.0.0-6-gc96de60/src/CglConicMIR/
H A DCglConicMIR.cpp466 CglConicMIR * new_cut; in clone() local
467 return new_cut; in clone()
/dports/math/cgl-conic/CGL-CONIC-releases-1.0.0-6-gc96de60/src/CglConicGD1/
H A DCglConicGD1.cpp483 CglConicGD1 * new_cut; in clone() local
484 return new_cut; in clone()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Doc/
H A Dman-cg.tex224 int user_check_validity_of_cut(void *user, cut_data *new_cut)

123