<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p>Hello mailing list,</p>
<p>I´m using SCIP for a branch-and-price problem. In my pricer I need some data associated with variables fixed to zero in order to avoid add them. So, in the binpacking example I saw how get this variables by means of SCIPgetVars() and SCIPvarGetUbLocal() functions. </p>
<p>The problem I have is that I'm not able to store the information (a vector of pairs, its dimension and another integer) in the SCIP_VARDATA variable. Then I guess I am having the same problem for recover the information after using SCIPvarGetData() from the SCIP_VARDATA variable.</p>
<p>I've tried using vardataCreate() structure in the binpacking example or class ObjVardata without success, in principle.</p>
<p>I´m using VRP as template, so I'm writting in C++.</p>
<p>I´m looking forward comments.</p>
<p>Best.</p>
<p>Diego Ponce.</p>
<div> </div>
</body></html>