ContentsIndexHome
Example

For example, you might want to add additional commandline arguments for starting up AIMMS:

IConfig* cfg = aimms::createDefaultConfig();
cfg->setAimmsCommandLine("--user john:mypasswd");

ISession* session = aimms::createSession(
     "tcp://localhost:5432/aimms-3.11",
     "myproject.prj",
     cfg);
Copyright (c) 1993–2015 by AIMMS B.V. All rights reserved