mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* backup * compiles * progress, but not there yet * basics now working * start towards adding another test * test having two variation points * add actual enumeration and the corresponding tests * docs and cleanup * cleanups to get the mac build working * attempt to get win32 dll builds to work * dlls are fun * Add FixedMolSizeMolBundle class * changes in response to review Also: add warnings for bad input in ParseV3000Array * a bit of refactoring * additional testing * does not work, backup * LINKNODES work now * cleanup * allow silencing reaction validation warnings during initialization * docs * fix (and test) handling of empty enumerations * silence warnings when doing alchemy * first pass at a Python wrapper for the enumerator * Add Java wrappers for MolBundle and the MolEnumerator * cleanup some comment formatting
17 lines
364 B
OpenEdge ABL
17 lines
364 B
OpenEdge ABL
/*
|
|
*
|
|
* Copyright (c) 2020, Greg Landrum and T5 Informatics GmbH
|
|
* All rights reserved.
|
|
*
|
|
* This file is part of the RDKit.
|
|
* The contents are covered by the terms of the BSD license
|
|
* which is included in the file license.txt, found at the root
|
|
* of the RDKit source tree.
|
|
*
|
|
*/
|
|
%{
|
|
#include <GraphMol/MolBundle.h>
|
|
%}
|
|
|
|
%include<GraphMol/MolBundle.h>
|