mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 02:30:35 +03:00
dfa_min: clean up and improve minimize code
This commit is contained in:
committed by
Matthew Barr
parent
8fdef3f3be
commit
8650a1a33f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user