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

Jakob Witzig witzig at zib.de
Fri Oct 7 08:53:42 CEST 2016


Hi Kaveh,

you will find several examples (e.g., how to setup a problem, using 
callbacks, implementing plugins) here: 
http://scip.zib.de/doc/html/EXAMPLES.php

For C++ I can recommend the TSP exmaple. You will find the setup of the 
problem in ReaderTSP.cpp.

Cheers,
Jakob


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
>


-- 
Jakob Witzig

Zuse Institute Berlin (ZIB)

Division Mathematical Optimization and Scientific Information
Research Group Mathematical Optimization Methods

Takustrasse 7
14195 Berlin

Tel. : +49 (0)30 84185-416
Fax  : +49 (0)30 84185-269
email: witzig at zib.de


More information about the Scip mailing list