SequentialAssembly.h File Reference

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.

Author
(C) Copyright 2004-2023 Paolo Greppi simevo s.r.l.

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); }