statBeginner
statBeginner

Reputation: 849

Parameters that can be passed while opening CPLEX

When invoking cplex from the command line, I can provide a filename that contains a set of commands:

cplex -f filename

Is there a place which has a list of all commands that can be supplied while invoking CPLEX? I keep finding commands that can be given after opening CPLEX.

Upvotes: 0

Views: 67

Answers (1)

David Nehme
David Nehme

Reputation: 21572

In your case, you are running interactive CPLEX. The list of commands is available from ibm. You can also type cplex to get to the interactive prompt. From there, you can type help to get a list of commands.

Upvotes: 1

Related Questions