CreateScriptSCIP.Rd
This function use Paths informations to produce a txt file which containes two Script A manual one which can be use in every OS and version, and an Automated one in Ps1 (Windows script) If the Windows script don't work, verify the Script version and maybe change the "SCIP_path" in the function.
CreateScriptSCIP(
mps_directory,
name,
dualitygap = 0,
relativegap = T,
SCIP_version = "7.0.3"
)
directory of the mps file
name of the mps file
condition of suboptimality acceptance for the solver: give an upper bounds of the difference with an hypothetical optimal solution
if true -> |primal-dual|/MIN(|dual|,|primal|) else |primal-dual| (more interpretable but less accurate)
usefull for creating SCIP_path so only for windows user