Contains the interface to the SequentialAssembly class. More...
#include <list>
#include <vector>
#include <map>
#include <libpf/value/Value.h>
#include <libpf/utility/SmartEnumerators.h>
#include <libpf/utility/diagnostic.h>
Classes | |
class | SequentialAssembly |
Contains informations about cuts and user specified global equations. More... | |
Macros | |
#define | MAKEASSIGNMENT(lhs, rhs, tag) { SequentialAssembly::makeAssignment(p, lhs, rhs, tag, # rhs, i); } |
#define | MAKESCALEDASSIGNMENT(lhs, rhs, tag, sm, xmin, xmax, factor) { makeAssignment(p, lhs, rhs, tag, # rhs, i, sm, xmin, xmax, factor); } |
Detailed Description
Contains the interface to the SequentialAssembly class.
This file is part of LIBPF All rights reserved; do not distribute without permission.
Macro Definition Documentation
◆ MAKEASSIGNMENT
#define MAKEASSIGNMENT | ( | lhs, | |
rhs, | |||
tag | |||
) | { SequentialAssembly::makeAssignment(p, lhs, rhs, tag, # rhs, i); } |
◆ MAKESCALEDASSIGNMENT
#define MAKESCALEDASSIGNMENT | ( | lhs, | |
rhs, | |||
tag, | |||
sm, | |||
xmin, | |||
xmax, | |||
factor | |||
) | { makeAssignment(p, lhs, rhs, tag, # rhs, i, sm, xmin, xmax, factor); } |