Get a set of network arcs that are referred in the expression tree of the specified constraint (row),
each set member is of the form: arcName:propertyName, that is arcName and property name delimited :.
Get a set of network nodes that are referred in the expression tree of the specified constraint (row),
each set member is of the form: nodeName:propertyName, that is nodeName and property name delimited :.
getNews() -
Method in class org.optimizationservices.oscommon.localinterface.OSRegistry
Get the OSRegistry news.
getNews() -
Method in class org.optimizationservices.oscommon.localinterface.OSRepository
Express the nonlinear function in the specified constraint (row) in an infix vector of operator symbols
If the row idx is negative, it returns that from an objective function.
Express the nonlinear function in the specified row in a prefix vector of operator symbols
If the row idx is negative, it returns that from an objective function.
Get a set of quadratic terms that exist in the expression tree of the specified constraint (row),
each set member is of the form: i,j,coef, that is the first variable index,
the second variable index and the coefficient value, delimited by comma.
Get the optimization constraint differentiability, which can be:
generallyDifferentiable, twiceDifferentiable, firstDifferentiable,
nonDifferentiableContinous, nonContinuous, simulation.
Get the optimization constraint differentiability, which can be:
generallyDifferentiable, twiceDifferentiable, firstDifferentiable,
nonDifferentiableContinous, nonContinuous, simulation.
Get the constraint objective linearity, which can be:
none, bound, linearNetwork, linear, convexQuadratic, convexNonlinear, generalQuadratic, generalNonlinear
Get the constraint objective linearity, which can be:
none, bound, linearNetwork, linear, convexQuadratic, convexNonlinear, generalQuadratic, generalNonlinear
Get the optimization constraint type, which can be:
generalRange, pureEquality, pureBound,
pureLinearComplementarity, pureNonlinearComplementarity,
linearMixedComplementarity, nonlinearMixedComplementarity, generalMixedComplementarity,
pureCone, mixedCone.
Get the optimization constraint type, which can be:
generalRange, pureEquality, pureBound,
pureLinearComplementarity, pureNonlinearComplementarity,
linearMixedComplementarity, nonlinearMixedComplementarity, generalMixedComplementarity,
pureCone, mixedCone.
Get the optimization objective differentiability, which can be:
generallyDifferentiable, twiceDifferentiable, firstDifferentiable,
nonDifferentiableContinous, nonContinuous, simulation.
Get the optimization objective differentiability, which can be:
generallyDifferentiable, twiceDifferentiable, firstDifferentiable,
nonDifferentiableContinous, nonContinuous, simulation.
Get the optimization objective linearity, which can be:
none, linearNetwork, linear, sumOfSquares, convexQuadratic, convexNonlinear, generalQuadratic, generalNonlinear
Get the optimization objective linearity, which can be:
none, linearNetwork, linear, sumOfSquares, convexQuadratic, convexNonlinear, generalQuadratic, generalNonlinear
Get the request action, which can be:
ping, notifyJobCompletion, requestJob, getServiceStatistics, setServiceStatistics,
getJobStatistics, setJobStatistics, getOptimization, setOptimization, getAll, setAll.
Get the request action, which can be:
ping, notifyJobCompletion, requestJob, getServiceStatistics, setServiceStatistics,
getJobStatistics, setJobStatistics, getOptimization, setOptimization, getAll, setAll.
getXPath(int) -
Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Get a set of XPaths that exist in the expression tree of the specified constraint (row),
each set member is of the form: uri:path, that is uri and path delimited by :.
getXQuery() -
Method in class org.optimizationservices.oscommon.localinterface.OSQuery
Get the xQuery in a string.
getXQuery() -
Method in class org.optimizationservices.oscommon.representationparser.OSqLReader