<div dir="ltr"><div><div><div><div><div>Dear SCIPers<br><br></div>I make class extending ObjVardata, let say MYObjVardata  and store my information in an instance of this class.<br><br></div>When I say:<br><br> SCIP_VARDATA* vardata=  NULL;<br>
 vardata = SCIPvarGetData(var);<br></div>I cannot access to the variables and the method of class in vardata (in Visual Studio debug mode I can only see that the content of vardata  is correct).<br></div>When i cast it to MYObjVardat, all the information is lost.<br>
<br></div>I wonder if there is any functionality in SCIP which work as SCIPvarGetData for the instance of ObjVardata?<br><div> <div><div>Of any particular method which has to be implemented?<br><br></div><div>Cheers<br>Shahin<br>
</div><div><div><div><div><br></div></div></div></div></div></div></div>