Go to the source code of this file.
Functions | |
TEST (Problem, EvaluateConstraints) | |
TEST (Problem, EvaluateCostFunction) | |
TEST (Problem, EvaluateCostFunctionGradient) | |
TEST (Problem, GetBoundsOnConstraints) | |
TEST (Problem, GetBoundsOnOptimizationVariables) | |
TEST (Problem, GetJacobianOfConstraints) | |
TEST (Problem, GetNumberOfConstraints) | |
TEST (Problem, GetNumberOfOptimizationVariables) | |
TEST (Problem, GetVariableValues) | |
TEST (Problem, HasCostTerms) | |
TEST | ( | Problem | , |
EvaluateConstraints | |||
) |
Definition at line 114 of file problem_test.cc.
TEST | ( | Problem | , |
EvaluateCostFunction | |||
) |
Definition at line 146 of file problem_test.cc.
TEST | ( | Problem | , |
EvaluateCostFunctionGradient | |||
) |
Definition at line 175 of file problem_test.cc.
TEST | ( | Problem | , |
GetBoundsOnConstraints | |||
) |
Definition at line 100 of file problem_test.cc.
TEST | ( | Problem | , |
GetBoundsOnOptimizationVariables | |||
) |
Definition at line 46 of file problem_test.cc.
TEST | ( | Problem | , |
GetJacobianOfConstraints | |||
) |
Definition at line 127 of file problem_test.cc.
TEST | ( | Problem | , |
GetNumberOfConstraints | |||
) |
Definition at line 87 of file problem_test.cc.
TEST | ( | Problem | , |
GetNumberOfOptimizationVariables | |||
) |
Definition at line 37 of file problem_test.cc.
TEST | ( | Problem | , |
GetVariableValues | |||
) |
Definition at line 68 of file problem_test.cc.
TEST | ( | Problem | , |
HasCostTerms | |||
) |
Definition at line 160 of file problem_test.cc.