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
I have been developing an interface for our Constraint Logic Programming language ECLiPSe
to COIN/OSI. I am now trying it out with Symphony as the MIP solver (compiled with CLP as the
linear solver. I downloaded the source about a month ago). I am using Symphony through the
OsiSymSolverInterface.
I am testing the system with some unit tests, and I get a segmentation fault when I try to solve
an empty problem, i.e. a problem with no objective function, no variables or constraints. I get
the following warning when the problem is set up:
sym_load_problem_user():The given problem is empty or incorrectproblem description!
and then when I call OsiSymSolverInterface's initialSolve() on the problem, I get a segmentation
violation.
===
I also get a segmentation violation when trying to solve a problem that has some variables
(columns), but no constraints.
The text was updated successfully, but these errors were encountered:
Issue created by migration from Trac.
Original creator: kishshen
Original creation time: 2006-09-01 17:36:20
Assignee: @tkralphs
Version:
I have been developing an interface for our Constraint Logic Programming language ECLiPSe
to COIN/OSI. I am now trying it out with Symphony as the MIP solver (compiled with CLP as the
linear solver. I downloaded the source about a month ago). I am using Symphony through the
OsiSymSolverInterface.
I am testing the system with some unit tests, and I get a segmentation fault when I try to solve
an empty problem, i.e. a problem with no objective function, no variables or constraints. I get
the following warning when the problem is set up:
sym_load_problem_user():The given problem is empty or incorrectproblem description!
and then when I call OsiSymSolverInterface's initialSolve() on the problem, I get a segmentation
violation.
===
I also get a segmentation violation when trying to solve a problem that has some variables
(columns), but no constraints.
The text was updated successfully, but these errors were encountered: