add_lin_constraint | ADD_LIN_CONSTRAINT Adds a set of linear constraints to the model. |
add_named_set | ADD_NAMED_SET Adds a named set of variables/constraints/costs to the model. |
add_nln_constraint | ADD_NLN_CONSTRAINT Adds a set of nonlinear constraints to the model. |
add_nln_cost | ADD_NLN_COST Adds a set of general nonlinear costs to the model. |
add_quad_cost | ADD_QUAD_COST Adds a set of user costs to the model. |
add_var | ADD_VAR Adds a set of variables to the model. |
display | DISPLAY Displays the object. |
eval_lin_constraint | EVAL_LIN_CONSTRAINT Builds and returns full set of linear constraints. |
eval_nln_constraint | EVAL_NLN_CONSTRAINT Builds and returns full set of nonlinear constraints. |
eval_nln_constraint_hess | EVAL_NLN_CONSTRAINT_HESS Builds and returns Hessian of nonlinear constraints. |
eval_nln_cost | EVAL_NLN_COST Evaluates individual or full set of general nonlinear costs. |
eval_quad_cost | EVAL_QUAD_COST Evaluates individual or full set of quadratic costs. |
get_idx | GET_IDX Returns the idx struct for vars, lin/nonlin constraints, costs. |
get_soln | GET_SOLN Fetch solution values for specific named/indexed sets. |
init_indexed_name | INIT_INDEXED_NAME Initializes the dimensions for an indexed named set. |
is_mixed_integer | IS_MIXED_INTEGER Return true if model is mixed integer, false otherwise. |
opt_model | |
params_lin_constraint | PARAMS_LIN_CONSTRAINT Builds and returns linear constraint parameters. |
params_nln_constraint | PARAMS_NLN_CONSTRAINT Returns parameters for general nonlinear constraints. |
params_nln_cost | PARAMS_NLN_COST Returns cost parameters for general nonlinear costs. |
params_quad_cost | PARAMS_QUAD_COST Returns the cost parameters for quadratic costs. |
params_var | PARAMS_VAR Returns initial value, lower bound and upper bound for opt variables. |
parse_soln | PARSE_SOLN Parse solution vector and shadow prices by all named sets. |
problem_type | PROBLEM_TYPE Return a string identifying the type of mathematical program |
set_params | SET_PARAMS Modifies parameters for variable, cost or constraint in model |
solve | SOLVE Solve the optimization model. |
varsets_cell2struct | VARSETS_CELL2STRUCT Converts VARSETS from cell array to struct array. |
varsets_idx | VARSETS_IDX Returns a vector of indices into X specified by VARSETS |
varsets_len | VARSETS_LEN Returns the total number of variables in VARSETS |
varsets_x | VARSETS_X Returns a cell array of sub-vectors of X specified by VARSETS |