Initializing help system before first use

fixmipentities

Purpose
Fix values of discrete entitites according to the current solution.
Synopsis
procedure fixmipentities
procedure fixmipentities(options:integer)
Argument
options 
Options sent to the library routine XPRSfixmipentities
Example
Solve the MIP problem, reload the problem after solving, fix discrete entities to their solution values, and finally solve the LP for the continous variables in order to be able to use getrange.
minimize(obj)
fixmipentities
minimize(XPRS_LIN, obj)
writeln(getrange(XPRS_UPACT,x))   
Further information
1. This procedure fixes the non-continuous variables to their value of the current solution. A call to this function is required when performing sensitivity analysis on MIP problems using getrange.
2. The first form of the procedure corresponds to fixmipentities(0).
Related topics
Module

© 2001-2025 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.