Error al destruir un NonLinGloOpt::@Problem
TOL se cae (en la versión 3.1) al destruir una instancia de: NonLinGloOpt::@Problem
. Pruébese:
#Require NonLinGloOpt; // => NonLinGloOpt.5.2
Real {
NonLinGloOpt::@Problem problem = [[
Real n = 2;
Matrix lower_bounds = Row(1);
Matrix upper_bounds = Row(1);
Anything target = FindCode("Real", "Sin");
Set equations = Copy(Empty);
Set inequations = Copy(Empty);
// Settings
Real sign = 1;
Real neededGlobal = 1;
Real id_analyticalClass = 1;
Real id_useGradient = 1
]];
1};
Change History (8)
Resolution: |
→ fixed
|
Status: |
accepted →
closed
|
(In [4417]) Refs #1489