OPAL (Object Oriented Parallel Accelerator Library)  2024.1
OPAL
Variables
Problem.in File Reference

Go to the source code of this file.

Variables

d1 __pad0__
 
d1 VARIABLE ="x"
 
d1 LOWERBOUND ="-1.0"
 
d1 UPPERBOUND ="1.0"
 
d2 __pad1__
 
d3 __pad2__
 
obj1 __pad3__
 
obj1 EXPR ="FON(0,x,y,z)"
 
obj2 __pad4__
 
objs __pad5__
 
objs obj2
 
dvars __pad6__
 
dvars d2
 
dvars d3
 
constrs __pad7__
 
opt __pad8__
 
opt OBJECTIVES =objs
 
opt DVARS =dvars
 
opt CONSTRAINTS =constrs
 

Variable Documentation

d1 __pad0__

Definition at line 1 of file Problem.in.

d2 __pad1__

Definition at line 2 of file Problem.in.

d3 __pad2__

Definition at line 3 of file Problem.in.

obj1 __pad3__

Definition at line 5 of file Problem.in.

obj2 __pad4__

Definition at line 6 of file Problem.in.

objs __pad5__

Definition at line 8 of file Problem.in.

dvars __pad6__

Definition at line 10 of file Problem.in.

constrs __pad7__

Definition at line 11 of file Problem.in.

opt __pad8__

Definition at line 12 of file Problem.in.

opt CONSTRAINTS =constrs

Definition at line 12 of file Problem.in.

Referenced by OptimizeCmd::execute(), and OptimizeCmd::OptimizeCmd().

dvars d2
dvars d3

Definition at line 10 of file Problem.in.

opt DVARS =dvars
obj2 EXPR ="FON(0,x,y,z)"
d3 LOWERBOUND ="-1.0"

Definition at line 1 of file Problem.in.

Referenced by DVar::DVar(), and DVar::getLowerBound().

objs obj2
opt OBJECTIVES =objs
d3 UPPERBOUND ="1.0"

Definition at line 1 of file Problem.in.

Referenced by DVar::DVar(), and DVar::getUpperBound().

d3 VARIABLE ="x"