An R -> R
function. More...
#include <xpress.hpp>
|
|
MapFunction (XPRSProblem *prob, std::string name, MapFunctor functor) |
|
auto |
call (double value) -> double |
|
virtual auto |
call (int, std::vector< xpress::objects::Expression > arguments) -> xpress::objects::Expression override |
|
Create an expression that represents a symbolic call to this function.
-
Parameters
-
output |
If this is a multi-output function then this specifies which output to select. Note that the first output has index 1! |
arguments |
Arguments for the function call. |
-
Returns
-
The expression representing a call to this function.
-
Since
-
44.00
|
|
virtual auto |
evaluate (int, xpress::SizedArray< double const > const &args) -> double override |
|
Evaluate this function for the given values.
-
Parameters
-
output |
Output selector. In case the function returns multiple outputs then this selects which of them to return. Otherwise this argument is ignored. Note that the first output has index 1! |
args |
Arguments for the function call. |
-
Returns
-
The result.
-
Since
-
44.00
|
|
virtual auto |
isMultiOutput () -> bool override |
|
Check whether this is a function that produces more than one value for a single call.
-
Returns
-
true if the function has more than one output,
false otherwise.
-
Since
-
44.00
|
|
auto |
call (std::vector< xpress::objects::Expression > arguments) -> xpress::objects::Expression |
|
Create an expression that represents a symbolic call to this function.
|
|
auto |
evaluate (xpress::SizedArray< double const > const &args) -> double |
|
Shorthand for evaluate(1, args) .
|
|
auto |
getId () -> int |
|
Get the id for this function.
|
|
auto |
getName () const -> std::string |
|
Get the name with which the function was registered.
|
|
auto |
triggerEvalError (std::exception_ptr e) -> void |
|
Trigger a user function evaluation error with a specific exception.
|
|
|
MapFunctor const |
functor |
|
The actual function represented by this instance.
|
|
An R -> R
function.
-
Since
-
44.00
MapFunction()
xpress::XPRSProblem::MapFunction::MapFunction |
( |
XPRSProblem * |
prob, |
|
|
std::string |
name, |
|
|
MapFunctor |
functor ) |
|
inline |
call() [1/2]
auto xpress::XPRSProblem::MapFunction::call |
( |
double |
value |
) |
-> double |
|
inline |
call() [2/2]
Create an expression that represents a symbolic call to this function.
-
Parameters
-
output |
If this is a multi-output function then this specifies which output to select. Note that the first output has index 1! |
arguments |
Arguments for the function call. |
-
Returns
-
The expression representing a call to this function.
-
Since
-
44.00
-
Since
-
44.00
Implements xpress::XPRSProblem::AbstractUserFunction.
evaluate()
virtual auto xpress::XPRSProblem::MapFunction::evaluate |
( |
int |
, |
|
|
xpress::SizedArray< double const > const & |
args ) -> double |
|
inlineoverridevirtual |
Evaluate this function for the given values.
-
Parameters
-
output |
Output selector. In case the function returns multiple outputs then this selects which of them to return. Otherwise this argument is ignored. Note that the first output has index 1! |
args |
Arguments for the function call. |
-
Returns
-
The result.
-
Since
-
44.00
-
Since
-
44.00
Implements xpress::XPRSProblem::AbstractUserFunction.
isMultiOutput()
virtual auto xpress::XPRSProblem::MapFunction::isMultiOutput |
( |
|
) |
-> bool |
|
inlineoverridevirtual |
Check whether this is a function that produces more than one value for a single call.
-
Returns
-
true
if the function has more than one output,
false
otherwise.
-
Since
-
44.00
-
Since
-
44.00
Implements xpress::XPRSProblem::AbstractUserFunction.
functor
MapFunctor const xpress::XPRSProblem::MapFunction::functor |
The actual function represented by this instance.
-
Since
-
44.00
The documentation for this class was generated from the following file:
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the
property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not
convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except
solely for internal evaluation purposes to determine whether to purchase a license to the software
described in this documentation, or as otherwise set forth in a written software license agreement
between you and FICO (or a FICO affiliate). Use of this documentation and the software described in
it must conform strictly to the foregoing permitted uses, and no other use is permitted.