mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
add another bipartite test
Some checks failed
CI / general_module_workflow_php (push) Has been cancelled
Some checks failed
CI / general_module_workflow_php (push) Has been cancelled
This commit is contained in:
parent
3511690182
commit
2dd35b4ba0
|
|
@ -891,6 +891,9 @@ final class GraphTest extends \PHPUnit\Framework\TestCase
|
|||
$node4->setNodeRelative($node5);
|
||||
|
||||
self::assertTrue($this->graph->isBipartite());
|
||||
|
||||
$node0->setNodeRelative($node1);
|
||||
self::assertFalse($this->graph->isBipartite());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user