PandA-2024.02
|
This file defines the problem_dim struct. More...
Go to the source code of this file.
Data Structures | |
class | problem_dim |
Typedefs | |
using | problem_dimRef = refcount< problem_dim > |
Functions | |
Forward declarations. | |
REF_FORWARD_DECL (meilp_solver) | |
This file defines the problem_dim struct.
This struct represents the dimension of the scheduling problem.
It simply defines the number of operation of the specification, the number of control steps, the number of functional unit types and the number of branching blocks.
Definition in file problem_dim.hpp.
using problem_dimRef = refcount<problem_dim> |
Definition at line 82 of file problem_dim.hpp.
REF_FORWARD_DECL | ( | meilp_solver | ) |