LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::NoConstraints< T > Struct Template Reference

A constraint map that returns no constraints; the default for h or g. More...

#include <line/util/auglag.h>

Public Member Functions

std::vector< T > operator() (const std::vector< T > &) const

Detailed Description

template<class T>
struct line::NoConstraints< T >

A constraint map that returns no constraints; the default for h or g.

Definition at line 108 of file auglag.h.

Member Function Documentation

◆ operator()()

template<class T>
std::vector< T > line::NoConstraints< T >::operator() ( const std::vector< T > & ) const
inline

Definition at line 109 of file auglag.h.


The documentation for this struct was generated from the following file: