You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sur l'exemple simple suivant, l'optimiseur par défaut produit un seg fault avec CLP (pas avec Soplex).
D'après la trace gdb ci-dessous, apparemment, c'est lié à un appel à l'instruction ClpModel::deleteRows dans LinearSolver::cleanConst.
Une indication sans doute importante: le système n'a pas de contrainte (optim pure).
0 0xb7dfa09f in CoinPackedMatrix::deleteMinorVectors(int, int const_) ()
1 0xb7e07a45 in CoinPackedMatrix::deleteRows(int, int const_) ()
2 0xb7efa850 in ClpPackedMatrix::deleteRows(int, int const_) ()
3 0xb7ed04ae in ClpModel::deleteRows(int, int const_) ()
4 0x080f27f0 in ibex::LinearSolver::cleanConst (this=0x81d2288) at ../src/numeric/ibex_LinearSolver.cpp:1378
5 0x0806d445 in ibex::Optimizer::update_loup_simplex (this=0xbfffebf0, box=...) at ../src/strategy/ibex_OptimSimplex.cpp_:94
6 0x0806e87f in ibex::Optimizer::update_loup (this=0xbfffebf0, box=...) at ../src/strategy/ibex_Optimizer.cpp:200
7 0x0806efa9 in ibex::Optimizer::contract_and_bound (this=0xbfffebf0, c=..., init_box=...) at ../src/strategy/ibex_Optimizer.cpp:358
8 0x0806eb8b in ibex::Optimizer::handle_cell (this=0xbfffebf0, c=..., init_box=...) at ../src/strategy/ibex_Optimizer.cpp:258
9 0x0806f693 in ibex::Optimizer::optimize (this=0xbfffebf0, init_box=..., obj_init_bound=9,9999999999999995e-08)
at ../src/strategy/ibex_Optimizer.cpp:505
The text was updated successfully, but these errors were encountered:
Sur l'exemple simple suivant, l'optimiseur par défaut produit un seg fault avec CLP (pas avec Soplex).
D'après la trace gdb ci-dessous, apparemment, c'est lié à un appel à l'instruction ClpModel::deleteRows dans LinearSolver::cleanConst.
Une indication sans doute importante: le système n'a pas de contrainte (optim pure).
Code:
Trace gdb:
0 0xb7dfa09f in CoinPackedMatrix::deleteMinorVectors(int, int const_) ()
1 0xb7e07a45 in CoinPackedMatrix::deleteRows(int, int const_) ()
2 0xb7efa850 in ClpPackedMatrix::deleteRows(int, int const_) ()
3 0xb7ed04ae in ClpModel::deleteRows(int, int const_) ()
4 0x080f27f0 in ibex::LinearSolver::cleanConst (this=0x81d2288) at ../src/numeric/ibex_LinearSolver.cpp:1378
5 0x0806d445 in ibex::Optimizer::update_loup_simplex (this=0xbfffebf0, box=...) at ../src/strategy/ibex_OptimSimplex.cpp_:94
6 0x0806e87f in ibex::Optimizer::update_loup (this=0xbfffebf0, box=...) at ../src/strategy/ibex_Optimizer.cpp:200
7 0x0806efa9 in ibex::Optimizer::contract_and_bound (this=0xbfffebf0, c=..., init_box=...) at ../src/strategy/ibex_Optimizer.cpp:358
8 0x0806eb8b in ibex::Optimizer::handle_cell (this=0xbfffebf0, c=..., init_box=...) at ../src/strategy/ibex_Optimizer.cpp:258
9 0x0806f693 in ibex::Optimizer::optimize (this=0xbfffebf0, init_box=..., obj_init_bound=9,9999999999999995e-08)
at ../src/strategy/ibex_Optimizer.cpp:505
The text was updated successfully, but these errors were encountered: