dfa_min: clean up and improve minimize code

This commit is contained in:
Justin Viiret
2017-04-13 16:18:22 +10:00
committed by Matthew Barr
parent 8fdef3f3be
commit 8650a1a33f
2 changed files with 109 additions and 146 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, Intel Corporation
* Copyright (c) 2015-2017, Intel Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -26,8 +26,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/** \file
* \brief Build code for McClellan DFA.
/**
* \file
* \brief Build code for DFA minimization.
*/
#ifndef DFA_MIN_H