| addCone(int index, int numberOfRows, int numberOfColumns, ENUM_CONE_TYPE coneType, std::string name, int numberOfOtherIndexes=0, int *otherIndexes=NULL) | OSInstance | |
| addCone(int index, int numberOfRows, int numberOfColumns, ENUM_CONE_TYPE coneType, std::string name, int numberOfComponents, int *components, int numberOfOtherIndexes=0, int *otherIndexes=NULL) | OSInstance | |
| addCone(int index, int numberOfRows, int numberOfColumns, ENUM_CONE_TYPE coneType, std::string name, int referenceIdx, int numberOfOtherIndexes=0, int *otherIndexes=NULL) | OSInstance | |
| addCone(int index, int numberOfRows, int numberOfColumns, ENUM_CONE_TYPE coneType, std::string name, std::string semidefiniteness, int numberOfOtherIndexes=0, int *otherIndexes=NULL) | OSInstance | |
| addCone(int index, int numberOfRows, int numberOfColumns, ENUM_CONE_TYPE coneType, std::string name, int distortionMatrixIdx, double normFactor, int axisDirection, int numberOfOtherIndexes=0, int *otherIndexes=NULL) | OSInstance | |
| addCone(int index, int numberOfRows, int numberOfColumns, ENUM_CONE_TYPE coneType, std::string name, int distortionMatrixIdx, double normFactor, int firstAxisDirection, int secondAxisDirection, int numberOfOtherIndexes=0, int *otherIndexes=NULL) | OSInstance | |
| addCone(int index, int numberOfRows, int numberOfColumns, ENUM_CONE_TYPE coneType, std::string name, int distortionMatrixIdx, double normFactor, int axisDirection, double pNorm, int numberOfOtherIndexes=0, int *otherIndexes=NULL) | OSInstance | |
| addCone(int index, int numberOfRows, int numberOfColumns, ENUM_CONE_TYPE coneType, std::string name, int maxDegree, int numberOfUB, double *ub, int numberOfLB, double *lb, int numberOfOtherIndexes=0, int *otherIndexes=NULL) | OSInstance | |
| addConstraint(int index, std::string name, double lowerBound, double upperBound, double constant) | OSInstance | |
| addMatrix(int index, std::string name, int numberOfRows, int numberOfColumns, ENUM_MATRIX_SYMMETRY symmetry, ENUM_MATRIX_TYPE matrixType, unsigned int inumberOfChildren, MatrixNode **m_mChildren) | OSInstance | |
| addObjective(int index, std::string name, std::string maxOrMin, double constant, double weight, SparseVector *objectiveCoefficients) | OSInstance | |
| addQTermsToExpressionTree() | OSInstance | |
| addQTermsToExressionTree() | OSInstance | |
| addVariable(int index, std::string name, double lowerBound, double upperBound, char type) | OSInstance | |
| bAMatrixModified | OSInstance | |
| bConstraintsModified | OSInstance | |
| bObjectivesModified | OSInstance | |
| bUseExpTreeForFunEval | OSInstance | |
| bVariablesModified | OSInstance | |
| calculateAllConstraintFunctionGradients(double *x, double *objLambda, double *conLambda, bool new_x, int highestOrder) | OSInstance | |
| calculateAllConstraintFunctionValues(double *x, double *objLambda, double *conLambda, bool new_x, int highestOrder) | OSInstance | |
| calculateAllConstraintFunctionValues(double *x, bool new_x) | OSInstance | |
| calculateAllObjectiveFunctionGradients(double *x, double *objLambda, double *conLambda, bool new_x, int highestOrder) | OSInstance | |
| calculateAllObjectiveFunctionValues(double *x, double *objLambda, double *conLambda, bool new_x, int highestOrder) | OSInstance | |
| calculateAllObjectiveFunctionValues(double *x, bool new_x) | OSInstance | |
| calculateConstraintFunctionGradient(double *x, double *objLambda, double *conLambda, int idx, bool new_x, int highestOrder) | OSInstance | |
| calculateConstraintFunctionGradient(double *x, int idx, bool new_x) | OSInstance | |
| calculateFunctionValue(int idx, double *x, bool new_x) | OSInstance | |
| calculateHessian(double *x, int idx, bool new_x) | OSInstance | |
| calculateLagrangianHessian(double *x, double *objLambda, double *conLambda, bool new_x, int highestOrder) | OSInstance | |
| calculateObjectiveFunctionGradient(double *x, double *objLambda, double *conLambda, int objIdx, bool new_x, int highestOrder) | OSInstance | |
| calculateObjectiveFunctionGradient(double *x, int objIdx, bool new_x) | OSInstance | |
| copyLinearConstraintCoefficients(int numberOfValues, bool isColumnMajor, double *values, int valuesBegin, int valuesEnd, int *indexes, int indexesBegin, int indexesEnd, int *starts, int startsBegin, int startsEnd) | OSInstance | |
| createOSADFun(std::vector< double > vdX) | OSInstance | |
| duplicateExpressionTreesMap() | OSInstance | |
| forwardAD(int p, std::vector< double > vdX) | OSInstance | |
| getADSparsityHessian() | OSInstance | |
| getAllMatrixExpressionTrees() | OSInstance | |
| getAllMatrixExpressionTreesMod() | OSInstance | |
| getAllNonlinearExpressionTrees() | OSInstance | |
| getAllNonlinearExpressionTreesMod() | OSInstance | |
| getAllNonlinearVariablesIndexMap() | OSInstance | |
| getConstraintConstants() | OSInstance | |
| getConstraintLowerBounds() | OSInstance | |
| getConstraintNames() | OSInstance | |
| getConstraintNumber() | OSInstance | |
| getConstraintTypes() | OSInstance | |
| getConstraintUpperBounds() | OSInstance | |
| getDenseObjectiveCoefficients() | OSInstance | |
| getFirstOrderResults(double *x, double *objLambda, double *conLambda) | OSInstance | |
| getInstanceCreator() | OSInstance | |
| getInstanceDescription() | OSInstance | |
| getInstanceLicence() | OSInstance | |
| getInstanceName() | OSInstance | |
| getInstanceSource() | OSInstance | |
| getIterateResults(double *x, double *objLambda, double *conLambda, bool new_x, int highestOrder) | OSInstance | |
| getJacobianSparsityPattern() | OSInstance | |
| getLagrangianExpTree() | OSInstance | |
| getLagrangianHessianSparsityPattern() | OSInstance | |
| getLinearConstraintCoefficientMajor() | OSInstance | |
| getLinearConstraintCoefficientNumber() | OSInstance | |
| getLinearConstraintCoefficientsInColumnMajor() | OSInstance | |
| getLinearConstraintCoefficientsInRowMajor() | OSInstance | |
| getMatrix(int n) | OSInstance | |
| getMatrixBlockInColumnMajorForm(int n, int columnIdx, int rowIdx) | OSInstance | |
| getMatrixCoefficientsInColumnMajor(int n) | OSInstance | |
| getMatrixCoefficientsInRowMajor(int n) | OSInstance | |
| getMatrixExpressions() | OSInstance | |
| getMatrixExpressionTree(int rowIdx) | OSInstance | |
| getMatrixExpressionTreeIndexes() | OSInstance | |
| getMatrixExpressionTreeInInfix(int rowIdx) | OSInstance | |
| getMatrixExpressionTreeInPostfix(int rowIdx) | OSInstance | |
| getMatrixExpressionTreeInPrefix(int rowIdx) | OSInstance | |
| getMatrixExpressionTreeModInPostfix(int rowIdx) | OSInstance | |
| getMatrixName(int n) | OSInstance | |
| getMatrixNumber() | OSInstance | |
| getMatrixSymmetry(int n) | OSInstance | |
| getMatrixType(int n) | OSInstance | |
| getNonlinearExpressions() | OSInstance | |
| getNonlinearExpressionTree(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeIndexes() | OSInstance | |
| getNonlinearExpressionTreeInInfix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeInPostfix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeInPrefix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeMod(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeModIndexes() | OSInstance | |
| getNonlinearExpressionTreeModInPostfix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeModInPrefix(int rowIdx) | OSInstance | |
| getNumberOfBinaryVariables() | OSInstance | |
| getNumberOfBlocksConstructors(int n) | OSInstance | |
| getNumberOfColumnsForMatrix(int n) | OSInstance | |
| getNumberOfElementConstructors(int n) | OSInstance | |
| getNumberOfIntegerVariables() | OSInstance | |
| getNumberOfMatrixConstraints() | OSInstance | |
| getNumberOfMatrixExpressions() | OSInstance | |
| getNumberOfMatrixExpressionTreeIndexes() | OSInstance | |
| getNumberOfMatrixObjectives() | OSInstance | |
| getNumberOfMatrixVariables() | OSInstance | |
| getNumberOfNonlinearConstraints() | OSInstance | |
| getNumberOfNonlinearExpressions() | OSInstance | |
| getNumberOfNonlinearExpressionTreeIndexes() | OSInstance | |
| getNumberOfNonlinearExpressionTreeModIndexes() | OSInstance | |
| getNumberOfNonlinearObjectives() | OSInstance | |
| getNumberOfQuadraticRowIndexes() | OSInstance | |
| getNumberOfQuadraticTerms() | OSInstance | |
| getNumberOfRowsForMatrix(int n) | OSInstance | |
| getNumberOfSemiContinuousVariables() | OSInstance | |
| getNumberOfSemiIntegerVariables() | OSInstance | |
| getNumberOfStringVariables() | OSInstance | |
| getNumberOfTransformationConstructors(int n) | OSInstance | |
| getNumberOfValuesForMatrix(int n) | OSInstance | |
| getObjectiveCoefficientNumbers() | OSInstance | |
| getObjectiveCoefficients() | OSInstance | |
| getObjectiveConstants() | OSInstance | |
| getObjectiveMaxOrMins() | OSInstance | |
| getObjectiveNames() | OSInstance | |
| getObjectiveNumber() | OSInstance | |
| getObjectiveWeights() | OSInstance | |
| getQuadraticRowIndexes() | OSInstance | |
| getQuadraticTerms() | OSInstance | |
| getSecondOrderResults(double *x, double *objLambda, double *conLambda) | OSInstance | |
| getSparseJacobianFromColumnMajor() | OSInstance | |
| getSparseJacobianFromRowMajor() | OSInstance | |
| getTimeDomainFormat() | OSInstance | |
| getTimeDomainIntervalHorizon() | OSInstance | |
| getTimeDomainIntervalStart() | OSInstance | |
| getTimeDomainStageConList() | OSInstance | |
| getTimeDomainStageNames() | OSInstance | |
| getTimeDomainStageNumber() | OSInstance | |
| getTimeDomainStageNumberOfConstraints() | OSInstance | |
| getTimeDomainStageNumberOfObjectives() | OSInstance | |
| getTimeDomainStageNumberOfVariables() | OSInstance | |
| getTimeDomainStageObjList() | OSInstance | |
| getTimeDomainStageVarList() | OSInstance | |
| getVariableLowerBounds() | OSInstance | |
| getVariableNames() | OSInstance | |
| getVariableNumber() | OSInstance | |
| getVariableTypes() | OSInstance | |
| getVariableUpperBounds() | OSInstance | |
| getZeroOrderResults(double *x, double *objLambda, double *conLambda) | OSInstance | |
| initForAlgDiff() | OSInstance | |
| initializeNonLinearStructures() | OSInstance | |
| initObjGradients() | OSInstance | |
| instanceData | OSInstance | |
| instanceHeader | OSInstance | |
| IsEqual(OSInstance *that) | OSInstance | |
| matrixHasBase(int n) | OSInstance | |
| matrixHasBlocks(int n) | OSInstance | |
| matrixHasElements(int n) | OSInstance | |
| matrixHasTransformations(int n) | OSInstance | |
| OSInstance() | OSInstance | |
| printModel() | OSInstance | |
| printModel(int rowIdx) | OSInstance | |
| reverseAD(int p, std::vector< double > vdlambda) | OSInstance | |
| setConeNumber(int number) | OSInstance | |
| setConstraintNumber(int number) | OSInstance | |
| setConstraints(int number, std::string *names, double *lowerBounds, double *upperBounds, double *constants) | OSInstance | |
| setInstanceCreator(std::string fileCreator) | OSInstance | |
| setInstanceDescription(std::string description) | OSInstance | |
| setInstanceLicence(std::string licence) | OSInstance | |
| setInstanceName(std::string name) | OSInstance | |
| setInstanceSource(std::string source) | OSInstance | |
| setLinearConstraintCoefficients(int numberOfValues, bool isColumnMajor, double *values, int valuesBegin, int valuesEnd, int *indexes, int indexesBegin, int indexesEnd, int *starts, int startsBegin, int startsEnd) | OSInstance | |
| setMatrixNumber(int number) | OSInstance | |
| setNonlinearExpressions(int nexpr, Nl **root) | OSInstance | |
| setNumberOfQuadraticTerms(int nq) | OSInstance | |
| setObjectiveNumber(int number) | OSInstance | |
| setObjectives(int number, std::string *names, std::string *maxOrMins, double *constants, double *weights, SparseVector **objectitiveCoefficients) | OSInstance | |
| setQuadraticCoefficients(int number, int *rowIndexes, int *varOneIndexes, int *varTwoIndexes, double *coefficients, int begin, int end) | OSInstance | |
| setQuadraticTermsInNonlinearExpressions(int number, int *rowIndexes, int *varOneIndexes, int *varTwoIndexes, double *coefficients) | OSInstance | |
| setTimeDomain(std::string format) | OSInstance | |
| setTimeDomainInterval(double start, double horizon) | OSInstance | |
| setTimeDomainStageConstraintsOrdered(int numberOfStages, int *numberOfConstraints, int *startIdx) | OSInstance | |
| setTimeDomainStageConstraintsUnordered(int numberOfStages, int *numberOfConstraints, int **conIndex) | OSInstance | |
| setTimeDomainStageObjectivesOrdered(int numberOfStages, int *numberOfObjectives, int *startIdx) | OSInstance | |
| setTimeDomainStageObjectivesUnordered(int numberOfStages, int *numberOfObjectives, int **varIndex) | OSInstance | |
| setTimeDomainStages(int number, std::string *names) | OSInstance | |
| setTimeDomainStageVariablesOrdered(int numberOfStages, int *numberOfVariables, int *startIdx) | OSInstance | |
| setTimeDomainStageVariablesUnordered(int numberOfStages, int *numberOfVariables, int **varIndex) | OSInstance | |
| setVariableNumber(int number) | OSInstance | |
| setVariables(int number, std::string *names, double *lowerBounds, double *upperBounds, char *types) | OSInstance | |
| ~OSInstance() | OSInstance | |