[Scip] Documentation for CIP

Stefan Heinz heinz at zib.de
Thu Nov 22 09:08:42 MET 2012


Hi Victor,

as far as I know there is not really a documentation of the CIP format. 
The CIP format is basically defined by each individual constraint 
handler. A constraint handler prints a constraint in certain format and 
can hopefully pares it again.

If you have a constraint handler and want to participate, you need to 
implement the following two optional callbacks:

1) the printing method:

http://scip.zib.de/doc/html/type__cons_8h.shtml#a4d409d37c6071020639ea8379787ad60

2) the parsing method

http://scip.zib.de/doc/html/type__cons_8h.shtml#a92afdd77b74d9cac38e48d072dd72067


See also to corresponding sections in:

http://scip.zib.de/doc/html/CONS.shtml

Best Stefan

On 11/21/2012 06:45 PM, Victor Miller wrote:
> Can someone point me to documentation to the CIP file format?  There's a
> reference to it under readers, but no docs.
>
> Victor
>
>
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip



More information about the Scip mailing list