[SCIP] A sample example for mixed integer linear programming in C++

Gregor Hendel hendel at zib.de
Fri Oct 7 09:06:10 CEST 2016


Dear Kaveh,

yes, we have examples for this. Please refer to the examples of the 
"Callable Library" section
of our online documentation, see http://scip.zib.de/doc/html/EXAMPLES.php.
Besides, you should definitely read the "Getting started" section in the 
overview.

Best,
Gregor

Am 07.10.2016 um 07:09 schrieb Kaveh Azizian (Dr):
> Hello,
> I have a MILP which can be a small scale to medium scale problem as following:
> Minimize     c^T X
>   S.T.             A_ineq  X<b_ineq
>                      A_eq    X=b_eq
>                       l_b<=X<=U_b
> Some variables are binaries and some are contoins and integers.
>
> Is there a sample example, tutorial to solve my model which was developed in c++, by SCIP?
>
> I would appreciate if you provide some advice.
> Regards,
> Kaveh
> ________________________________
> CONFIDENTIALITY: This email is intended solely for the person(s) named and may be confidential and/or privileged. If you are not the intended recipient, please delete it, notify us and do not copy, use, or disclose its contents.
> Towards a sustainable earth: Print only when necessary. Thank you.
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip




More information about the Scip mailing list