Open svigerske opened 5 years ago
Comment by @svigerske created at 2014-10-31 15:05:57
I get the same for
objectives:
min
constraints:
((-((x_0^-1)/-1))+x_1) = 0
variables:
x_0 [ 100 , 100 ] integer
x_1 [ -1e+50 , 1e+50 ]
end
The awkward division by -1 seems to be the issue. When I have the constraint as
((1*(1/x_0))+x_30) = 0
it works fine.
Issue created by migration from Trac.
Original creator: @svigerske
Original creation time: 2014-10-31 10:50:45
Assignee: @merraksh
Version:
With stable/0.4 at 6fa6a0cfda and additionally 0cec0bfe85 and e73d1eccb3, I get a segfault of Couenne during reformulation. This is the valgrind message:
I also got a failure before mering 0cec0bfe85 and e73d1eccb3.
This is the problem instance as printed by Couenne:
(cclinpts)