add_constraints | ADD_CONSTRAINTS Adds a set of constraints to the model. |
add_costs | ADD_COSTS Adds a set of user costs to the model. |
add_legacy_cost | ADD_LEGACY_COST Adds a set of user costs to the model. |
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. |
add_vars | ADD_VARS Adds a set of variables to the model. |
build_cost_params | BUILD_COST_PARAMS Builds and saves the full generalized cost parameters. |
compute_cost | COMPUTE_COST Computes a user-defined cost. |
describe_idx | DESCRIBE_IDX Identifies variable, constraint and cost row indices. |
display | DISPLAY Displays the object. |
eval_legacy_cost | EVAL_LEGACY_COST Evaluates individual or full set of legacy user costs. |
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 | GET Returns the value of a field. |
getN | GETN Returns the number of variables, constraints or cost rows. |
get_cost_params | GET_COST_PARAMS Returns the cost parameter struct for user-defined costs. |
get_idx | GET_IDX Returns the idx struct for vars, lin/nonlin constraints, costs. |
get_userdata | GET_USERDATA Used to retrieve values of user data. |
getv | GETV Returns initial value, lower bound and upper bound for opt variables. |
init_indexed_name | INIT_INDEXED_NAME Initializes the dimensions for an indexed named set. |
linear_constraints | LINEAR_CONSTRAINTS Builds and returns the full set of linear constraints. |
opt_model | |
params_legacy_cost | PARAMS_LEGACY_COST Returns cost parameters for legacy user-defined costs. |
params_lin_constraint | PARAMS_LIN_CONSTRAINT Builds and returns linear constraint parameters. |
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. |
valid_named_set_type | VALID_NAMED_SET_TYPE Returns a label for the given named set type or empty. |
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 |