[Scip] scip 3.1 is not writing the solution file

Marc Pfetsch pfetsch at mathematik.tu-darmstadt.de
Fri Jun 6 19:00:36 CEST 2014



Hi Alan,

SCIP determines the types of each input file depending on the extension. 
So try to rename

C:\Users\alan\AppData\Local\Temp\tmpFF26.tmp

to

C:\Users\alan\AppData\Local\Temp\tmpFF26.set

and - more importantly

C:\Users\alan\AppData\Local\Temp\tmpFF25.tmp

to

C:\Users\alan\AppData\Local\Temp\tmpFF25.sol


If this does not help, could you please provide us with the error output?

Best

Marc


On 06.06.2014 18:38, Alan Porto Bontempo wrote:
> Hi,
>
> I have a script called by my C# code, the script is:
>
> set load C:\Users\alan\AppData\Local\Temp\tmpFF26.tmp
> read
> optimize
> write solution C:\Users\alan\AppData\Local\Temp\tmpFF25.tmp
> quit
>
> Where:
>
> C:\Users\alan\AppData\Local\Temp\tmpFF26.tmp -> configuration file
> C:\Users\alan\AppData\Local\Temp\tmpFE88.lp -> LP file
> C:\Users\alan\AppData\Local\Temp\tmpFF25.tmp -> Solution File
>
> This was working fine until Scip 3.0.2, but when I use Scip 3.1 the scip
> do not write the solution on the solution file.
>
> But, When I run this commands by hand every thing goes right, even with
> scip 3.1.
>
> Can some one help me??
>
> Best regards.
>
> Alan Porto Bontempo
>
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip
>


More information about the Scip mailing list