Home
last modified time | relevance | path

Searched refs:get_variable_index (Results 1 – 5 of 5) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dlpsolve.h154 int get_variable_index(const identificateur &idnt);
H A Dlpsolve.cc795 int lp_problem::get_variable_index(const identificateur &idnt) { in get_variable_index() function in giac::lp_problem
1543 else if ((g.type==_IDNT && (i=prob.get_variable_index(*g._IDNTptr))>=0) || in assign_variable_types()
1585 int vi=prob.get_variable_index(*lh._IDNTptr); in parse_options_and_bounds()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dvars.c511 static enum VAR_TYPES get_variable_index (const char *varname) in get_variable_index() function
914 msv_index = get_variable_index(copy); in make_string_var()
1253 var_index = get_variable_index(item->varname); in do_stack_set()
/dports/misc/opennn/opennn-5.0.5/opennn/
H A Ddata_set.h280 Index get_variable_index(const string&name) const;
H A Ddata_set.cpp2573 Index DataSet::get_variable_index(const string& name) const in get_variable_index() function in OpenNN::DataSet
9794 const Index variable_index = get_variable_index(variable_name); in filter_column()