[SCIP] About program for SOCP with C++

Satoshi Shirai sshirai at rls.mse.tcu.ac.jp
Wed Dec 16 08:40:15 CET 2015


Dear,

I want to solve SOCP.
But I don't understand how to program to solve it with C++.

maximize 	a^T z
subject to	A1 x + A2 z = t
		|| B x || <= u^T x

where

a, z \in R^2
x, u \in R^9
A1 \in R^{6*9}
A2 \in R^{6*2}
B  \in R^{9*9}


I think to use the following function mainly, right?
I have read the documents
but I still don't know how to use suitable for the problem.

SCIPcreateVar()
SCIPcreateConsLinear()
SCIPcreateConsSOC()


Regards,
Shirai

-- 
----------------------------------------------------
Satoshi Shirai
Robotic Life Support Laboratory,
Department of Mechanical Systems Engineering,
Faculty of Engineering,
Tokyo City University
Tamazutsumi 1-28-1, Setagaya, Tokyo 158-8557, Japan
E-mail: sshirai at rls.mse.tcu.ac.jp
----------------------------------------------------


More information about the Scip mailing list