Initializing help system before first use

setucbdata

Purpose
Update data to be returned to the Optimizer by the CHGBRANCH callback.
Synopsis
procedure setucbdata(x:mpvar, u:integer, e:real)
procedure setucbdata(s:linctr, u:integer, e:real)
procedure setucbdata(n:integer, u:integer, e:real)
Arguments
A decision variable
An SOS
A column or SOS number as provided by the optimizer
Direction for branching. Possible values:
Upward branch made second (branch on column)
Upward branch made first (branch on column)
Upward branch made second (branch on SOS)
Upward branch made first (branch on SOS)
Estimated degradation at the node
Further information
This procedure stores the provided information that will be returned to the optimizer when the callback terminates. This procedure cannot be called from outside of the CHGBRANCH callback.
Related topics
Module

© 2001-2022 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.