#include "helper_functions.h"
#include "operator.h"
#include "variable.h"
#include <cassert>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Functions | |
void | strip_operators (vector< Operator > &operators) |
void strip_operators | ( | vector< Operator > & | operators | ) |
Definition at line 323 of file preprocess/operator.cpp.