NAG Library Manual, Mark 30.1
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
opt
Class:
CommE04WB
Method:
setter_minoriterationlimit
NAG CPP Interface
opt::CommE04WB::setter_minoriterationlimit
Keyword Search:
NAG Library Manual, Mark 30.1
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
opt
Class:
CommE04WB
Method:
setter_minoriterationlimit
▸
▿
Contents
1
Description
2
Specification
3
Arguments
© The Numerical Algorithms Group Ltd. 2020
Settings help
CPP Name Style:
Short (
impl_details
)
Long (
info::impl_details
)
Full (
nagcpp::info::impl_details
)
1
Description
The value of
i
specifies the maximum number of iterations for finding a feasible point with respect to the bounds and linear constraints (if any)
Used by:
minoriterationlimit
in
e04ucf
and
e04uff (no CPP interface)
.
CommE04WB::setter_minoriterationlimit
returns a reference to the communication class itself.
2
Specification
CommE04WB
&
MinorIterationLimit
(
types::f77_integer
value
= Default =max(50,3(n+nL+nN))
)
CommE04WB
&
MinorIterationLimit
(
types::f77_integer
value
= Default =max(50,3(n+nL+nN))
,
OptionalE04UE
opt
)
3
Arguments
1:
value
–
types::f77_integer
Scalar
On entry
: the required value of the argument.
Default:
Default
=
max
(
50
,
3
(
n
+
n
L
+
n
N
)
)
2:
opt
–
OptionalE04UE
Scalar
Optional argument container, derived from
Optional
.
© The Numerical Algorithms Group Ltd. 2020