Go to the source code of this file.
Functions | |
TEST (Problem, GetNumberOfOptimizationVariables) | |
TEST (Problem, GetBoundsOnOptimizationVariables) | |
TEST (Problem, GetVariableValues) | |
TEST (Problem, GetNumberOfConstraints) | |
TEST (Problem, GetBoundsOnConstraints) | |
TEST (Problem, EvaluateConstraints) | |
TEST (Problem, GetJacobianOfConstraints) | |
TEST (Problem, EvaluateCostFunction) | |
TEST (Problem, HasCostTerms) | |
TEST (Problem, EvaluateCostFunctionGradient) | |
TEST | ( | Problem | , |
GetNumberOfOptimizationVariables | |||
) |
Definition at line 37 of file problem_test.cc.
TEST | ( | Problem | , |
GetBoundsOnOptimizationVariables | |||
) |
Definition at line 47 of file problem_test.cc.
TEST | ( | Problem | , |
GetVariableValues | |||
) |
Definition at line 70 of file problem_test.cc.
TEST | ( | Problem | , |
GetNumberOfConstraints | |||
) |
Definition at line 90 of file problem_test.cc.
TEST | ( | Problem | , |
GetBoundsOnConstraints | |||
) |
Definition at line 104 of file problem_test.cc.
TEST | ( | Problem | , |
EvaluateConstraints | |||
) |
Definition at line 119 of file problem_test.cc.
TEST | ( | Problem | , |
GetJacobianOfConstraints | |||
) |
Definition at line 133 of file problem_test.cc.
TEST | ( | Problem | , |
EvaluateCostFunction | |||
) |
Definition at line 153 of file problem_test.cc.
TEST | ( | Problem | , |
HasCostTerms | |||
) |
Definition at line 167 of file problem_test.cc.
TEST | ( | Problem | , |
EvaluateCostFunctionGradient | |||
) |
Definition at line 183 of file problem_test.cc.