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

Kaveh Azizian (Dr) kazizian at ntu.edu.sg
Fri Oct 7 07:09:39 CEST 2016


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.



More information about the Scip mailing list