Initializing help system before first use

getsol

Purpose
Get the solution value of an expression from a solution object.
Synopsis
function getsol(ms:mpsol,v:mpvar):real
function getsol(ms:mpsol,c:linctr):real
function getsol(ms:mpsol,nl:nlctr):real
function getsol(bv:boolvar):boolean
function getsol(ms:mpsol,bv:boolvar):boolean
function getsol(lc:logctr):boolean
function getsol(ms:mpsol,lc:logctr):boolean
Arguments
ms 
A solution object
A decision variable
bv 
A pseudo boolean decision variable
A linear constraint
nl 
A non linear constraint
lc 
A logical constraint
Return value
Solution value or 0 (or false for a logical parameter).
Further information
This function returns an evaluation of an expression using the provided solution object as solution values for the decision variables.
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.