[eclipse-users] Question about branch and bound

From: Dimitris Bilidas <grad0903_at_...90...>
Date: Mon, 28 Jan 2008 04:14:22 +0200
Joachim thanks very much for your answer. I've tried what you wrote and it
works, but when I'm trying to use a predicate to get the cost, I'm getting some
strange behavior and I can't understand what's wrong.

What I am trying to do is something like that:

...,
    ( fromto(Board, [Qi|Qs], [Qs], []), foreach(D,Ds) do
        D #= Qi
    ),
    getCost(Ds, Result),
    Cost #= Result,
    branch_and_bound:minimize(labeling(Board), Cost).

Any ideas?
Thanks in advance (again),
Dimitris.
Received on Mon Jan 28 2008 - 02:14:28 CET

This archive was generated by hypermail 2.3.0 : Thu Feb 22 2024 - 18:13:19 CET