| 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 | |
| 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 | |
| addObjective(int index, std::string name, std::string maxOrMin, double constant, double weight, SparseVector *objectiveCoefficients) | OSInstance | |
| addQTermsToExpressionTree() | OSInstance | |
| addQTermsToExressionTree() | OSInstance | |
| addQTermsToExressionTree() | OSInstance | |
| addVariable(int index, std::string name, double lowerBound, double upperBound, char type) | 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| calculateFunctionValue(int idx, double *x, bool new_x) | OSInstance | |
| calculateHessian(double *x, int idx, 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 | |
| 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 | |
| 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 | |
| createOSADFun(std::vector< double > vdX) | OSInstance | |
| duplicateExpressionTreesMap() | OSInstance | |
| duplicateExpressionTreesMap() | OSInstance | |
| forwardAD(int p, std::vector< double > vdX) | OSInstance | |
| forwardAD(int p, std::vector< double > vdX) | OSInstance | |
| getADSparsityHessian() | OSInstance | |
| getADSparsityHessian() | OSInstance | |
| getAllMatrixExpressionTrees() | OSInstance | |
| getAllMatrixExpressionTreesMod() | OSInstance | |
| getAllNonlinearExpressionTrees() | OSInstance | |
| getAllNonlinearExpressionTrees() | OSInstance | |
| getAllNonlinearExpressionTreesMod() | OSInstance | |
| getAllNonlinearExpressionTreesMod() | OSInstance | |
| getAllNonlinearVariablesIndexMap() | OSInstance | |
| getAllNonlinearVariablesIndexMap() | OSInstance | |
| getConstraintConstants() | OSInstance | |
| getConstraintLowerBounds() | OSInstance | |
| getConstraintLowerBounds() | OSInstance | |
| getConstraintNames() | OSInstance | |
| getConstraintNames() | OSInstance | |
| getConstraintNumber() | OSInstance | |
| getConstraintNumber() | OSInstance | |
| getConstraintTypes() | OSInstance | |
| getConstraintTypes() | OSInstance | |
| getConstraintUpperBounds() | OSInstance | |
| getConstraintUpperBounds() | OSInstance | |
| getDenseObjectiveCoefficients() | OSInstance | |
| getDenseObjectiveCoefficients() | OSInstance | |
| getFirstOrderResults(double *x, double *objLambda, double *conLambda) | OSInstance | |
| getFirstOrderResults(double *x, double *objLambda, double *conLambda) | OSInstance | |
| getInstanceCreator() | OSInstance | |
| getInstanceDescription() | OSInstance | |
| getInstanceDescription() | OSInstance | |
| getInstanceLicence() | OSInstance | |
| getInstanceName() | OSInstance | |
| getInstanceName() | OSInstance | |
| getInstanceSource() | OSInstance | |
| getInstanceSource() | OSInstance | |
| getIterateResults(double *x, double *objLambda, double *conLambda, bool new_x, int highestOrder) | OSInstance | |
| getIterateResults(double *x, double *objLambda, double *conLambda, bool new_x, int highestOrder) | OSInstance | |
| getJacobianSparsityPattern() | OSInstance | |
| getJacobianSparsityPattern() | OSInstance | |
| getLagrangianExpTree() | OSInstance | |
| getLagrangianExpTree() | OSInstance | |
| getLagrangianHessianSparsityPattern() | OSInstance | |
| getLagrangianHessianSparsityPattern() | OSInstance | |
| getLinearConstraintCoefficientMajor() | OSInstance | |
| getLinearConstraintCoefficientMajor() | OSInstance | |
| getLinearConstraintCoefficientNumber() | OSInstance | |
| getLinearConstraintCoefficientNumber() | OSInstance | |
| getLinearConstraintCoefficientsInColumnMajor() | OSInstance | |
| getLinearConstraintCoefficientsInColumnMajor() | OSInstance | |
| getLinearConstraintCoefficientsInRowMajor() | 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 | |
| getNonlinearExpressionTree(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeIndexes() | OSInstance | |
| getNonlinearExpressionTreeIndexes() | OSInstance | |
| getNonlinearExpressionTreeInInfix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeInPostfix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeInPostfix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeInPrefix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeInPrefix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeMod(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeMod(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeModIndexes() | OSInstance | |
| getNonlinearExpressionTreeModIndexes() | OSInstance | |
| getNonlinearExpressionTreeModInPostfix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeModInPostfix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeModInPrefix(int rowIdx) | OSInstance | |
| getNonlinearExpressionTreeModInPrefix(int rowIdx) | OSInstance | |
| getNumberOfBinaryVariables() | OSInstance | |
| getNumberOfBinaryVariables() | OSInstance | |
| getNumberOfBlocksConstructors(int n) | OSInstance | |
| getNumberOfColumnsForMatrix(int n) | OSInstance | |
| getNumberOfElementConstructors(int n) | OSInstance | |
| getNumberOfIntegerVariables() | OSInstance | |
| getNumberOfIntegerVariables() | OSInstance | |
| getNumberOfMatrixConstraints() | OSInstance | |
| getNumberOfMatrixExpressions() | OSInstance | |
| getNumberOfMatrixExpressionTreeIndexes() | OSInstance | |
| getNumberOfMatrixObjectives() | OSInstance | |
| getNumberOfMatrixVariables() | OSInstance | |
| getNumberOfNonlinearConstraints() | OSInstance | |
| getNumberOfNonlinearConstraints() | OSInstance | |
| getNumberOfNonlinearExpressions() | OSInstance | |
| getNumberOfNonlinearExpressions() | OSInstance | |
| getNumberOfNonlinearExpressionTreeIndexes() | OSInstance | |
| getNumberOfNonlinearExpressionTreeIndexes() | OSInstance | |
| getNumberOfNonlinearExpressionTreeModIndexes() | OSInstance | |
| getNumberOfNonlinearExpressionTreeModIndexes() | OSInstance | |
| getNumberOfNonlinearObjectives() | OSInstance | |
| getNumberOfNonlinearObjectives() | OSInstance | |
| getNumberOfQuadraticRowIndexes() | OSInstance | |
| getNumberOfQuadraticRowIndexes() | OSInstance | |
| getNumberOfQuadraticTerms() | OSInstance | |
| getNumberOfQuadraticTerms() | OSInstance | |
| getNumberOfRowsForMatrix(int n) | OSInstance | |
| getNumberOfSemiContinuousVariables() | OSInstance | |
| getNumberOfSemiIntegerVariables() | OSInstance | |
| getNumberOfStringVariables() | OSInstance | |
| getNumberOfTransformationConstructors(int n) | OSInstance | |
| getNumberOfValuesForMatrix(int n) | OSInstance | |
| getObjectiveCoefficientNumbers() | OSInstance | |
| getObjectiveCoefficientNumbers() | OSInstance | |
| getObjectiveCoefficients() | OSInstance | |
| getObjectiveCoefficients() | OSInstance | |
| getObjectiveConstants() | OSInstance | |
| getObjectiveConstants() | OSInstance | |
| getObjectiveMaxOrMins() | OSInstance | |
| getObjectiveMaxOrMins() | OSInstance | |
| getObjectiveNames() | OSInstance | |
| getObjectiveNames() | OSInstance | |
| getObjectiveNumber() | OSInstance | |
| getObjectiveNumber() | OSInstance | |
| getObjectiveWeights() | OSInstance | |
| getObjectiveWeights() | OSInstance | |
| getQuadraticRowIndexes() | OSInstance | |
| getQuadraticRowIndexes() | OSInstance | |
| getQuadraticTerms() | OSInstance | |
| getQuadraticTerms() | OSInstance | |
| getSecondOrderResults(double *x, double *objLambda, double *conLambda) | OSInstance | |
| getSecondOrderResults(double *x, double *objLambda, double *conLambda) | OSInstance | |
| getSparseJacobianFromColumnMajor() | OSInstance | |
| getSparseJacobianFromColumnMajor() | OSInstance | |
| getSparseJacobianFromRowMajor() | OSInstance | |
| getSparseJacobianFromRowMajor() | OSInstance | |
| getTimeDomainFormat() | OSInstance | |
| getTimeDomainFormat() | OSInstance | |
| getTimeDomainIntervalHorizon() | OSInstance | |
| getTimeDomainIntervalHorizon() | OSInstance | |
| getTimeDomainIntervalStart() | OSInstance | |
| getTimeDomainIntervalStart() | OSInstance | |
| getTimeDomainStageConList() | OSInstance | |
| getTimeDomainStageConList() | OSInstance | |
| getTimeDomainStageNames() | OSInstance | |
| getTimeDomainStageNames() | OSInstance | |
| getTimeDomainStageNumber() | OSInstance | |
| getTimeDomainStageNumber() | OSInstance | |
| getTimeDomainStageNumberOfConstraints() | OSInstance | |
| getTimeDomainStageNumberOfConstraints() | OSInstance | |
| getTimeDomainStageNumberOfObjectives() | OSInstance | |
| getTimeDomainStageNumberOfObjectives() | OSInstance | |
| getTimeDomainStageNumberOfVariables() | OSInstance | |
| getTimeDomainStageNumberOfVariables() | OSInstance | |
| getTimeDomainStageObjList() | OSInstance | |
| getTimeDomainStageObjList() | OSInstance | |
| getTimeDomainStageVarList() | OSInstance | |
| getTimeDomainStageVarList() | OSInstance | |
| getVariableLowerBounds() | OSInstance | |
| getVariableLowerBounds() | OSInstance | |
| getVariableNames() | OSInstance | |
| getVariableNames() | OSInstance | |
| getVariableNumber() | OSInstance | |
| getVariableNumber() | OSInstance | |
| getVariableTypes() | OSInstance | |
| getVariableTypes() | OSInstance | |
| getVariableUpperBounds() | OSInstance | |
| getVariableUpperBounds() | OSInstance | |
| getZeroOrderResults(double *x, double *objLambda, double *conLambda) | OSInstance | |
| getZeroOrderResults(double *x, double *objLambda, double *conLambda) | OSInstance | |
| initForAlgDiff() | OSInstance | |
| initForAlgDiff() | OSInstance | |
| initializeNonLinearStructures() | OSInstance | |
| initializeNonLinearStructures() | OSInstance | |
| initObjGradients() | OSInstance | |
| initObjGradients() | OSInstance | |
| instanceData | OSInstance | |
| instanceHeader | OSInstance | |
| instanceHeader | OSInstance | |
| IsEqual(OSInstance *that) | OSInstance | |
| m_bAllNonlinearVariablesIndex | OSInstance | private |
| m_bColumnMajor | OSInstance | private |
| m_bCppADMustReTape | OSInstance | private |
| m_bCppADTapesBuilt | OSInstance | private |
| m_bDuplicateExpressionTreesMap | OSInstance | private |
| m_bFiniteTimeStages | OSInstance | private |
| m_bGetDenseObjectives | OSInstance | private |
| m_binitForAlgDiff | OSInstance | private |
| m_bLagrangianExpTreeCreated | OSInstance | private |
| m_bLagrangianSparseHessianCreated | OSInstance | private |
| m_bNonlinearExpressionTreeIndexesProcessed | OSInstance | private |
| m_bNonlinearExpressionTreeModIndexesProcessed | OSInstance | private |
| m_bNonLinearStructuresInitialized | OSInstance | private |
| m_bOSADFunIsCreated | OSInstance | private |
| m_bProcessConstraints | OSInstance | private |
| m_bProcessExpressionTrees | OSInstance | private |
| m_bProcessExpressionTreesMod | OSInstance | private |
| m_bProcessLinearConstraintCoefficients | OSInstance | private |
| m_bProcessMatrices | OSInstance | private |
| m_bProcessNonlinearExpressions | OSInstance | private |
| m_bProcessObjectives | OSInstance | private |
| m_bProcessQuadraticTerms | OSInstance | private |
| m_bProcessTimeDomain | OSInstance | private |
| m_bProcessTimeInterval | OSInstance | private |
| m_bProcessTimeStages | OSInstance | private |
| m_bProcessVariables | OSInstance | private |
| m_bQTermsAdded | OSInstance | private |
| m_bQuadraticRowIndexesProcessed | OSInstance | private |
| m_bSparseJacobianCalculated | OSInstance | private |
| m_iConstraintNumber | OSInstance | private |
| m_iConstraintNumberNonlinear | OSInstance | private |
| m_iHighestOrderEvaluated | OSInstance | private |
| m_iHighestTaylorCoeffOrder | OSInstance | private |
| m_iJacValueSize | OSInstance | private |
| m_iLinearConstraintCoefficientNumber | OSInstance | private |
| m_iMatrixConNumber | OSInstance | private |
| m_iMatrixExpressionNumber | OSInstance | private |
| m_iMatrixNumber | OSInstance | private |
| m_iMatrixObjNumber | OSInstance | private |
| m_iMatrixVarNumber | OSInstance | private |
| m_iNonlinearExpressionNumber | OSInstance | private |
| m_iNumberOfBinaryVariables | OSInstance | private |
| m_iNumberOfIntegerVariables | OSInstance | private |
| m_iNumberOfNonlinearExpressionTreeIndexes | OSInstance | private |
| m_iNumberOfNonlinearExpressionTreeModIndexes | OSInstance | private |
| m_iNumberOfNonlinearVariables | OSInstance | private |
| m_iNumberOfQuadraticRowIndexes | OSInstance | private |
| m_iNumberOfSemiContinuousVariables | OSInstance | private |
| m_iNumberOfSemiIntegerVariables | OSInstance | private |
| m_iNumberOfStringVariables | OSInstance | private |
| m_iNumberOfTimeStages | OSInstance | private |
| m_iObjectiveNumber | OSInstance | private |
| m_iObjectiveNumberNonlinear | OSInstance | private |
| m_iQuadraticTermNumber | OSInstance | private |
| m_iVariableNumber | OSInstance | private |
| m_LagrangianExpTree | OSInstance | private |
| m_LagrangianExpTree | OSInstance | private |
| m_LagrangianSparseHessian | OSInstance | private |
| m_linearConstraintCoefficientsInColumnMajor | OSInstance | private |
| m_linearConstraintCoefficientsInRowMajor | OSInstance | private |
| m_mapAllNonlinearVariablesIndex | OSInstance | private |
| m_mapExpressionTrees | OSInstance | private |
| m_mapExpressionTrees | OSInstance | private |
| m_mapExpressionTreesInPostfix | OSInstance | private |
| m_mapExpressionTreesMod | OSInstance | private |
| m_mapExpressionTreesMod | OSInstance | private |
| m_mapMatrixExpressionTrees | OSInstance | private |
| m_mapOSADFunRangeIndex | OSInstance | private |
| m_mcConstraintTypes | OSInstance | private |
| m_mcVariableTypes | OSInstance | private |
| m_mdConstraintConstants | OSInstance | private |
| m_mdConstraintFunctionValues | OSInstance | private |
| m_mdConstraintLowerBounds | OSInstance | private |
| m_mdConstraintUpperBounds | OSInstance | private |
| m_mdJacValue | OSInstance | private |
| m_mdObjectiveConstants | OSInstance | private |
| m_mdObjectiveFunctionValues | OSInstance | private |
| m_mdObjectiveWeights | OSInstance | private |
| m_mdVariableLowerBounds | OSInstance | private |
| m_mdVariableUpperBounds | OSInstance | private |
| m_miJacIndex | OSInstance | private |
| m_miJacNumConTerms | OSInstance | private |
| m_miJacStart | OSInstance | private |
| m_miMatrixNumberOfColumns | OSInstance | private |
| m_miMatrixNumberOfRows | OSInstance | private |
| m_miMatrixSymmetry | OSInstance | private |
| m_miMatrixType | OSInstance | private |
| m_miNonlinearExpressionIndexes | OSInstance | private |
| m_miNonlinearExpressionTreeIndexes | OSInstance | private |
| m_miNonlinearExpressionTreeModIndexes | OSInstance | private |
| m_miNonLinearVarsReverseMap | OSInstance | private |
| m_miNumberOfObjCoef | OSInstance | private |
| m_miQuadRowIndexes | OSInstance | private |
| m_miTimeDomainStageConstraintNumber | OSInstance | private |
| m_miTimeDomainStageObjectiveNumber | OSInstance | private |
| m_miTimeDomainStageVariableNumber | OSInstance | private |
| m_mMatrix | OSInstance | private |
| m_mmdDenseObjectiveCoefficients | OSInstance | private |
| m_mmdObjGradient | OSInstance | private |
| m_mmiTimeDomainStageConList | OSInstance | private |
| m_mmiTimeDomainStageObjList | OSInstance | private |
| m_mmiTimeDomainStageVarList | OSInstance | private |
| m_mObjectiveCoefficients | OSInstance | private |
| m_msConstraintNames | OSInstance | private |
| m_msMatrixNames | OSInstance | private |
| m_msMaxOrMins | OSInstance | private |
| m_msObjectiveNames | OSInstance | private |
| m_msTimeDomainStageNames | OSInstance | private |
| m_msVariableNames | OSInstance | private |
| m_quadraticTerms | OSInstance | private |
| m_sInstanceCreator | OSInstance | private |
| m_sInstanceDescription | OSInstance | private |
| m_sInstanceLicence | OSInstance | private |
| m_sInstanceName | OSInstance | private |
| m_sInstanceSource | OSInstance | private |
| m_sparseJacMatrix | OSInstance | private |
| m_sTimeDomainFormat | OSInstance | private |
| m_vbLagHessNonz | OSInstance | private |
| m_vdDomainUnitVec | OSInstance | private |
| m_vdLambda | OSInstance | private |
| m_vdRangeUnitVec | OSInstance | private |
| m_vdw | OSInstance | private |
| m_vdX | OSInstance | private |
| m_vdYjacval | OSInstance | private |
| m_vdYval | OSInstance | private |
| matrixHasBase(int n) | OSInstance | |
| matrixHasBlocks(int n) | OSInstance | |
| matrixHasElements(int n) | OSInstance | |
| matrixHasTransformations(int n) | OSInstance | |
| OSInstance() | OSInstance | |
| OSInstance() | OSInstance | |
| printModel() | OSInstance | |
| printModel(int rowIdx) | OSInstance | |
| processConstraints() | OSInstance | private |
| processConstraints() | OSInstance | private |
| processLinearConstraintCoefficients() | OSInstance | private |
| processLinearConstraintCoefficients() | OSInstance | private |
| processMatrices() | OSInstance | private |
| processObjectives() | OSInstance | private |
| processObjectives() | OSInstance | private |
| processVariables() | OSInstance | private |
| processVariables() | OSInstance | private |
| reverseAD(int p, std::vector< double > vdlambda) | OSInstance | |
| reverseAD(int p, std::vector< double > vdlambda) | OSInstance | |
| setConeNumber(int number) | OSInstance | |
| setConstraintNumber(int number) | OSInstance | |
| setConstraintNumber(int number) | OSInstance | |
| setConstraints(int number, std::string *names, double *lowerBounds, double *upperBounds, double *constants) | OSInstance | |
| setConstraints(int number, std::string *names, double *lowerBounds, double *upperBounds, double *constants) | OSInstance | |
| setInstanceCreator(std::string fileCreator) | OSInstance | |
| setInstanceDescription(std::string description) | OSInstance | |
| setInstanceDescription(std::string description) | OSInstance | |
| setInstanceLicence(std::string licence) | OSInstance | |
| setInstanceName(std::string name) | OSInstance | |
| setInstanceName(std::string name) | OSInstance | |
| setInstanceSource(std::string source) | 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 | |
| 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 | |
| setObjectiveNumber(int number) | OSInstance | |
| setObjectives(int number, std::string *names, std::string *maxOrMins, double *constants, double *weights, SparseVector **objectitiveCoefficients) | 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 | |
| setQuadraticTerms(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 | |
| setQuadraticTermsInNonlinearExpressions(int number, int *rowIndexes, int *varOneIndexes, int *varTwoIndexes, double *coefficients) | OSInstance | |
| setTimeDomain(std::string format) | OSInstance | |
| setTimeDomain(std::string format) | OSInstance | |
| setTimeDomainInterval(double start, double horizon) | OSInstance | |
| setTimeDomainInterval(double start, double horizon) | OSInstance | |
| setTimeDomainStageConstraintsOrdered(int numberOfStages, int *numberOfConstraints, int *startIdx) | OSInstance | |
| setTimeDomainStageConstraintsOrdered(int numberOfStages, int *numberOfConstraints, int *startIdx) | OSInstance | |
| setTimeDomainStageConstraintsUnordered(int numberOfStages, int *numberOfConstraints, int **conIndex) | OSInstance | |
| setTimeDomainStageConstraintsUnordered(int numberOfStages, int *numberOfConstraints, int **conIndex) | OSInstance | |
| setTimeDomainStageObjectivesOrdered(int numberOfStages, int *numberOfObjectives, int *startIdx) | OSInstance | |
| setTimeDomainStageObjectivesOrdered(int numberOfStages, int *numberOfObjectives, int *startIdx) | OSInstance | |
| setTimeDomainStageObjectivesUnordered(int numberOfStages, int *numberOfObjectives, int **varIndex) | OSInstance | |
| setTimeDomainStageObjectivesUnordered(int numberOfStages, int *numberOfObjectives, int **varIndex) | OSInstance | |
| setTimeDomainStages(int number, std::string *names) | OSInstance | |
| setTimeDomainStages(int number, std::string *names) | OSInstance | |
| setTimeDomainStageVariablesOrdered(int numberOfStages, int *numberOfVariables, int *startIdx) | OSInstance | |
| setTimeDomainStageVariablesOrdered(int numberOfStages, int *numberOfVariables, int *startIdx) | OSInstance | |
| setTimeDomainStageVariablesUnordered(int numberOfStages, int *numberOfVariables, int **varIndex) | OSInstance | |
| setTimeDomainStageVariablesUnordered(int numberOfStages, int *numberOfVariables, int **varIndex) | OSInstance | |
| setVariableNumber(int number) | OSInstance | |
| setVariableNumber(int number) | OSInstance | |
| setVariables(int number, std::string *names, double *lowerBounds, double *upperBounds, char *types) | OSInstance | |
| setVariables(int number, std::string *names, double *lowerBounds, double *upperBounds, char *types) | OSInstance | |
| ~OSInstance() | OSInstance | |
| ~OSInstance() | OSInstance | |