/
-Original Message-
From: users-boun...@gecode.org [mailto:users-boun...@gecode.org] On Behalf
Of Kish Shen
Sent: Tuesday, July 08, 2014 8:40 PM
To: users@gecode.org
Subject: [gecode-users] Passing user defined values to initialise
IntActivity
Hi,
I am trying to implement the initialisation of the
Hi,
I am trying to implement the initialisation of the starting values for
the activity of the variables in a search. From reading the MPG, I am
doing this when the IntActivity is declared:
IntActivity act(*solver, vars, decay, merit)
where merit is a IntBranchMerit function.
I have impleme